Shayne Lebrun
07-13-2003, 02:46 PM
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
ScriptAlias /cddb/ /usr/lib/cgi-bin/
ScriptAlias /~cddb/ /usr/lib/cgi-bin/
The first two work as expected; the last one doesn't. 'Premature end of script headers,' generally.
mod_userdir isn't being loaded; how do I get apache to deal with the tilde as it is, rather than trying to map it to a home directory, or anything silly like that?
ScriptAlias /cddb/ /usr/lib/cgi-bin/
ScriptAlias /~cddb/ /usr/lib/cgi-bin/
The first two work as expected; the last one doesn't. 'Premature end of script headers,' generally.
mod_userdir isn't being loaded; how do I get apache to deal with the tilde as it is, rather than trying to map it to a home directory, or anything silly like that?