Page 1 of 1

texis on apache without cgi-bin

Posted: Tue Mar 16, 2004 6:02 pm
by nick28
I have vhttpd running on port 80 and apache running on port 81. (it will be moved to 80 as soon as i figure this out). I need to run our existing site (which is on vhttpd currently) on apache (due to virtual host needs). our url is currently hostname.com/texis/script/func.html. I would like the url to look the same once running in apache but can't figure it out. is this possible? i tried ScriptAlias /texis/ /path/to/texis/ but no luck. i also changed ScriptRoot to my document root and restarted texis, but no luck. if theres something i'm missing in the docs, please refer me.

texis on apache without cgi-bin

Posted: Tue Mar 16, 2004 7:15 pm
by mark
If your cgi-bin alias works and is
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
this should work
ScriptAlias /texis/ /var/www/cgi-bin/texis/

In what way does it not work?
Don't forget to check the webserver's error log and/or vortex's vortex.log for detailed error info.

texis on apache without cgi-bin

Posted: Wed Mar 17, 2004 12:00 pm
by nick28
almost had it. thanks for the help. it works!