Intro to Apache - ApacheCon 2005
Directives examples
    
        Pidfile /var/run/httpd.pid
    
      
  • Put file paths in quotes if they have strange characters. Particularly on Windows.

  • (Win32) Directory slashes can go either way, but be consistent. Forward is preferred.

    
         ServerRoot "C:/program files/Apache"
    
      

  • On other file systems (Mac, VMS, whatever) it does The Right Thing. When in doubt, use quotes.

Index
Back to Directive documentation
Forward to Configuring cont'd: containers

ApacheCon 2005 : Intro to Apache - Slide #65 of 164