Seema, >> To have the pages accessible, I had to login as root and create this >> missing directory: >> >> /var/run/apache2/2.2 > > This directory should have been created during package installation. > I will look into it. > > BTW, I have removed the authorization settings for webservd user as suggested > in previous discussions.
As /var/run is mounted on a tmpfs file system, nothing packaged should be delivered into it. You either need to create /var/run/apache2/2.2 in the start method or the daemon itself would need to create it. dsc
