Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Helmo
ISPConfig 3
Commits
2fe2c7aa
Commit
2fe2c7aa
authored
16 years ago
by
redray
Browse files
Options
Downloads
Patches
Plain Diff
code cosmetics
parent
f7da8ec1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install/tpl/apache_ispconfig.vhost.master
+30
-30
30 additions, 30 deletions
install/tpl/apache_ispconfig.vhost.master
with
30 additions
and
30 deletions
install/tpl/apache_ispconfig.vhost.master
+
30
−
30
View file @
2fe2c7aa
...
@@ -8,36 +8,36 @@ Listen {vhost_port}
...
@@ -8,36 +8,36 @@ Listen {vhost_port}
NameVirtualHost *:{vhost_port}
NameVirtualHost *:{vhost_port}
<VirtualHost _default_:{vhost_port}>
<VirtualHost _default_:{vhost_port}>
ServerAdmin webmaster@localhost
ServerAdmin webmaster@localhost
DocumentRoot /usr/local/ispconfig/interface/web/
DocumentRoot /usr/local/ispconfig/interface/web/
<IfModule mod_fastcgi.c>
<IfModule mod_fastcgi.c>
SuexecUserGroup ispconfig ispconfig
SuexecUserGroup ispconfig ispconfig
<Directory /var/www/ispconfig/>
<Directory /var/www/ispconfig/>
Options Indexes FollowSymLinks MultiViews +ExecCGI
Options Indexes FollowSymLinks MultiViews +ExecCGI
AllowOverride AuthConfig Indexes Limit Options FileInfo
AllowOverride AuthConfig Indexes Limit Options FileInfo
AddHandler fcgid-script .php
AddHandler fcgid-script .php
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/php-fcgi-starter .php
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/php-fcgi-starter .php
AllowOverride None
AllowOverride None
Order allow,deny
Order allow,deny
Allow from all
Allow from all
</Directory>
</Directory>
</IfModule>
</IfModule>
<IfModule mod_php5.c>
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php
<Directory /usr/local/ispconfig/interface/web>
<Directory /usr/local/ispconfig/interface/web>
Options FollowSymLinks
Options FollowSymLinks
AllowOverride None
AllowOverride None
Order allow,deny
Order allow,deny
Allow from all
Allow from all
</Directory>
</Directory>
</IfModule>
</IfModule>
# ErrorLog /var/log/apache2/error.log
# ErrorLog /var/log/apache2/error.log
# CustomLog /var/log/apache2/access.log combined
# CustomLog /var/log/apache2/access.log combined
ServerSignature Off
ServerSignature Off
</VirtualHost>
</VirtualHost>
###########################################
###########################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment