I have a quick question.
If I want to define multiple ScriptAlias and Alias directories in the
httpd.conf file, what is the syntax?

I've tried it this way:

ScriptAlias fakeaddress1 realaddress1,
            fakeaddress2 realaddress2,
            fakeaddress3 realaddress3

Alias fakeaddress1 realaddress1,
            fakeaddress2 realaddress2,
            fakeaddress3 realaddress3

and this way:

ScriptAlias fakeaddress1 realaddress1
ScriptAlias fakeaddress2 realaddress2

Alias fakeaddress1 realaddress1
Alias fakeaddress2 realaddress2


Neither seems to work.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to