Thanks. Nice work!
> - Original Message -
> From: ÕÅÎĶ«
> To: users@httpd.apache.org
> Subject: Re: [us...@httpd] How to Use Multiple Hard Drives on Windows
> Date: Wed, 25 Mar 2009 16:23:55 +0800
>
>
> how about the apache virtual directory:
> # htt
how about the apache virtual directory:
# httpd.conf
Alias /d/ "D:/web/"
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
you can access via http://server/d/
2009/3/25 :
> My Apache server is running on Windows
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