otacon6530 Posted July 28, 2007 Share Posted July 28, 2007 I have a computer with multiply drives and the drive that I am using Apache is running out of room for my information. I was wondering if I could somehow get the other drives to show up on my server. I heard I should us aliases, but am unsure. Is it possible to us the other drives or not and if it is how do I do it? Quote Link to comment Share on other sites More sharing options...
jvrothjr Posted July 28, 2007 Share Posted July 28, 2007 Only issues i have had is network drives. Reason the drive letter has to exist at boot if apache is started as a service on window put you should be able to setup an alias to the other drive letter sense it is a local drive. Quote Link to comment Share on other sites More sharing options...
otacon6530 Posted July 28, 2007 Author Share Posted July 28, 2007 well I am really new at this stuff so is this how it is suppose to look like Alias /fdrive "/f:/" Where fdrive would be http:/localhost/fdrive and F: is the drive on the computer Sry I am really confused Quote Link to comment Share on other sites More sharing options...
jvrothjr Posted July 28, 2007 Share Posted July 28, 2007 httpd.conf file for apache Alias /morespace/ "f:/morespace/" <Directory "f:/morespace"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.