Setting Up a Computer as a File Server
3-56
3
Using a TCP/IP Network
Specify the server name.
Directive to be changed:
Before change
#ServerName localhost:80
After change
#ServerName localhost:80
ServerName Apache-Server.ccm.canon.co.jp:80
Change the user directory.
Directive to be changed:
Before change
UserDir "My Documents/My Website"
After change
#UserDir "My Documents/My Website"
UserDir "C:/Program Files/Apache Group/Apache2/users""
To enable the DAV function, add the following directive:
<Location /~user_name/WebDAV>
DAV On
</Location>
2
After specifying the settings for SSL encrypted communication, configure httpd.conf so that the Apache service starts with SSL support.
For more information, see the Apache Software Foundation Web site at http://
www.apache.org/.
3
Restart Apache.
4
Set a recipient address from the control panel of the machine.
Sample recipient settings:
Server side settings:
Create the "users/user_name/WebDAV" directory under "C:/Program Files/
Apache Group/Apache2" as the folder to send files to.