Changeset 2142 in ProjectBuilder


Ignore:
Timestamp:
Dec 16, 2016, 1:37:28 AM (7 years ago)
Author:
Bruno Cornec
Message:

Adds http support for ftp.project-builder.org

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/website/project-builder.org.conf

    r1496 r2142  
    2929    ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
    3030
     31</VirtualHost>
     32
     33<VirtualHost 10.3.252.23>
     34    ServerName ftp.project-builder.org
     35    ServerAdmin webmaster@project-builder.org
     36    DocumentRoot /prj/ftp
     37    CustomLog /var/log/httpd/www.project-builder.org/access_log combined
     38    Errorlog /var/log/httpd/www.project-builder.org/error_log
     39    <Directory "/prj/ftp">
     40        Options Indexes MultiViews FollowSymLinks
     41        AllowOverride None
     42        Order allow,deny
     43        Allow from all
     44    </Directory>
    3145</VirtualHost>
    3246
Note: See TracChangeset for help on using the changeset viewer.