Hello everybody,
I can't make a silly ScriptAlias to work. I have an application (Web Calendar) installed at /srv/ I want to access it through localhost/wcal/index.cgi so I modified /etc/httpd/httpd.conf with:
ScriptAlias /wcal/ "/srv/
But it doesn't like to work. I have as well the default ScriptAlias /cgi-bin/ "/srv/ and every test script that I create in /srv/ and access from localhost/cgi-bin/*.pl or *.cgi works fine.
I know it's a silly problem but I can't figure out what I'm doing wrong. I read as many webpages as you can imagine but I can't find out where the problem is.
I'll really appreciate your comments to help me find out what I'm doing wrong.
Thank you!!
Jorge
I can't make a silly ScriptAlias to work. I have an application (Web Calendar) installed at /srv/ I want to access it through localhost/wcal/index.cgi so I modified /etc/httpd/httpd.conf with:
ScriptAlias /wcal/ "/srv/
But it doesn't like to work. I have as well the default ScriptAlias /cgi-bin/ "/srv/ and every test script that I create in /srv/ and access from localhost/cgi-bin/*.pl or *.cgi works fine.
I know it's a silly problem but I can't figure out what I'm doing wrong. I read as many webpages as you can imagine but I can't find out where the problem is.
I'll really appreciate your comments to help me find out what I'm doing wrong.
Thank you!!
Jorge