how about the apache virtual directory:
# httpd.conf
Alias /d/ "D:/web/"
    <Directory "D:/web/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>

you can access via http://server/d/

2009/3/25  <j...@dbd01.com>:
> My Apache server is running on Windows XP.  The www directories that it 
> presents to the world are all on the C: drive.  The C: drive is running out 
> of room.  Can I change the configuration file so that my files can be spread 
> out on the C: and D: drives?  How?
>
> Thanks,
> John Bobinyec
>
> ---------------------------------------------------------------------
> 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: users-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>



-- 
Best Regards!
Wen Dong

---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to