Skip to Content.
Sympa Menu

en - RE: [sympa-users] Web server setup question

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Etan Weintraub <address@concealed>
  • To: "'Shane H. Wilson'" <address@concealed>, "address@concealed" <address@concealed>
  • Subject: RE: [sympa-users] Web server setup question
  • Date: Wed, 14 May 2014 17:06:41 +0000

Check the permissions for your user that’s running the webserver to the /home/sympa/static_content directory. It most likely does not have rights.

 

-Etan E. Weintraub

Sr. Systems Engineer

Directory Architecture

IT@Johns Hopkins

Johns Hopkins at Mt. Washington

5801 Smith Ave.

Suite 3110B

Baltimore, MD 21209

Phone: 410-735-7945

E-mail: address@concealed

 

From: address@concealed [mailto:address@concealed] On Behalf Of Shane H. Wilson
Sent: Wednesday, May 14, 2014 12:00 PM
To: address@concealed
Subject: [sympa-users] Web server setup question

 

Some background, I have Sympa 6.1.17 setup and working on Ubuntu 12.04 using the binary package, but I ran into issue with the package that will make upgrading difficult at best.

 

I decided to move to a new source install using Ubuntu 14.04 and Sympa 6.1.20.  I have Sympa setup and working, but I’m having issue with WWSympa.  Http://address.centre.edu/wws loads but it can’t access the static content.  All of the CSS and Icons files are 403 forbidden.  I’m sure it has something to do with Apache and the fact that those files are outside of the document root, but nothing I’ve tried has fixed the issue.

 

Here are the pertenatne parts of my site config:

 

<VirtualHost *:80>

        SuexecUserGroup sympa sympa

 

        <Directory "/var/www/html/_sympa_/">

                AllowOverride None

                Options ExecCGI

                Order allow,deny

                Allow from all

        </Directory>

 

        ErrorLog ${APACHE_LOG_DIR}/error.log

        CustomLog ${APACHE_LOG_DIR}/access.log combined

 

        Alias /wwsicons /home/sympa/static_content/icons

        ScriptAlias /wws /var/www/html/_sympa_/wwsympa.fcgi

        Alias /static-sympa /home/sympa/static_content

 

Thanks!

 

Shane

 

Shane Wilson

Information Technology Services

Senior Systems and Networks Coordinator

 

CENTRE COLLEGE
Personal education. Extraordinary success.
http://www.centre.edu

 




Archive powered by MHonArc 2.6.19+.

Top of Page