Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-19-2010, 12:41 PM   PM User | #1
MrBiggZ
Regular Coder

 
MrBiggZ's Avatar
 
Join Date: Apr 2005
Location: Indianapolis IN
Posts: 237
Thanks: 34
Thanked 0 Times in 0 Posts
MrBiggZ is an unknown quantity at this point
Am I using the alias module correctly?

Greetings!

I put this the Alias section of my httpd.conf file

Code:
Alias /oplogs/ "\\ITOps\Mainframe Operators\Documentation\Operator schedule archive folder\"

<Directory "\\ITOps\Mainframe Operators\Documentation\Operator schedule archive folder\">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
I then restart the service and that goes OK! But going to the URL http://localhost/oplogs/ I get a 404 error.

The access log says this:
Code:
xxx.xxx.xxx.xxx - - [19/May/2010:17:27:31 -0400] "GET /oplogs/ HTTP/1.1" 404 306
And the error log says:
Code:
[Wed May 19 17:27:31 2010] [error] [client xxx.xxx.xxx.xxx] File does not exist: C:/ITOps
Can somebody point out the error of my ways here?? I've also tried reversing the slashes in the file path, that didn't work either!

HELP!

Thanks for any input!

Last edited by MrBiggZ; 05-19-2010 at 10:34 PM.. Reason: re-write my issue
MrBiggZ is offline   Reply With Quote
Old 05-20-2010, 10:43 PM   PM User | #2
MrBiggZ
Regular Coder

 
MrBiggZ's Avatar
 
Join Date: Apr 2005
Location: Indianapolis IN
Posts: 237
Thanks: 34
Thanked 0 Times in 0 Posts
MrBiggZ is an unknown quantity at this point
Unhappy

Nobody can help me with this one?

I'm rather baffled at why it looks at the C drive all the time. I even tried this while I was logged into the same machine which the server runs from and the drive is mapped to H: .. I still got the same results.

Can somebody please help me??
MrBiggZ is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:04 PM.


Advertisement
Log in to turn off these ads.