|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
hai,
i have apache 1.3.9 on RHL 6.1. I setup one Virtual Host in My Server with IP number 192.168.0.23 .. It is working well and i could able to view index File. My Problem now is i cant execute CGI Scripts. I put one well working CGI Example and it says "internal Server Error"; This is from my httpd.conf: <VirtualHost 192.168.0.23> ServerName www.chennaihouses.com ServerAdmin vijay@192.168.0.10 DocumentRoot /www/docs/brilines/ ScriptAlias /cgi-bin/ "/www/docs/brilines/cgi-bin/" </VirtualHost> Anybody help me vijay |
|
#2
|
|||
|
|||
|
First of all, did you set the permissions to your CGI script correctly?
Second, I don't know if that's the error, but I don't use quotation marks for my script alias, I would try to do this: ScriptAlias /cgi-bin/ /www/docs/brilines/cgi-bin/ -Removed quotation marks. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > adding cgi to Apache Virtual Host? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|