Skip to content

Commit 6628276

Browse files
committed
mod_fcgid support
1 parent f3d6144 commit 6628276

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

bin/v-add-web-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ chown root:apache $conf
134134
chmod 660 $conf
135135
chmod 551 $HOMEDIR/$user/web/$domain
136136
chmod 771 $HOMEDIR/$user/web/$domain/private
137-
chmod 771 $HOMEDIR/$user/web/$domain/cgi-bin
137+
chmod 751 $HOMEDIR/$user/web/$domain/cgi-bin
138138
chmod 771 $HOMEDIR/$user/web/$domain/public_html
139139
chmod 771 $HOMEDIR/$user/web/$domain/public_shtml
140140
chmod 771 $HOMEDIR/$user/web/$domain/document_errors

install/0.9.7/rhel/templates/web/apache_default.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
AssignUserID %user% %group%
3535
</IfModule>
3636

37-
Include %home%/%user%/conf/shttpd.%domain%.conf*
37+
Include %home%/%user%/conf/web/shttpd.%domain%.conf*
3838

3939
</VirtualHost>
4040

install/0.9.7/rhel/templates/web/apache_default.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
AssignUserID %user% %group%
2929
</IfModule>
3030

31-
Include %home%/%user%/conf/httpd.%domain%.conf*
31+
Include %home%/%user%/conf/web/httpd.%domain%.conf*
3232

3333
</VirtualHost>
3434

install/0.9.7/rhel/templates/web/apache_hosting.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
AssignUserID %user% %group%
4444
</IfModule>
4545

46-
Include %home%/%user%/conf/shttpd.%domain%.conf*
46+
Include %home%/%user%/conf/web/shttpd.%domain%.conf*
4747

4848
</VirtualHost>
4949

install/0.9.7/rhel/templates/web/apache_hosting.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
AssignUserID %user% %group%
3838
</IfModule>
3939

40-
Include %home%/%user%/conf/httpd.%domain%.conf*
40+
Include %home%/%user%/conf/web/httpd.%domain%.conf*
4141

4242
</VirtualHost>
4343

install/0.9.7/rhel/templates/web/apache_phpcgi.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
SSLCertificateKeyFile %ssl_key%
2929
%ssl_ca_str%SSLCertificateChainFile %ssl_ca%
3030

31-
Include %home%/%user%/conf/shttpd.%domain%.conf*
31+
Include %home%/%user%/conf/web/shttpd.%domain%.conf*
3232

3333
</VirtualHost>
3434

install/0.9.7/rhel/templates/web/apache_phpcgi.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Directory %home%/%user%/web/%domain%/stats>
2222
AllowOverride All
2323
</Directory>
24-
Include %home%/%user%/conf/httpd.%domain%.conf*
24+
Include %home%/%user%/conf/web/httpd.%domain%.conf*
2525

2626
</VirtualHost>
2727

install/0.9.7/rhel/templates/web/apache_phpfcgid.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
SSLCertificateKeyFile %ssl_key%
3030
%ssl_ca_str%SSLCertificateChainFile %ssl_ca%
3131

32-
Include %home%/%user%/conf/shttpd.%domain%.conf*
32+
Include %home%/%user%/conf/web/shttpd.%domain%.conf*
3333

3434
</VirtualHost>
3535

install/0.9.7/rhel/templates/web/apache_phpfcgid.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Directory %home%/%user%/web/%domain%/stats>
2222
AllowOverride All
2323
</Directory>
24-
Include %home%/%user%/conf/httpd.%domain%.conf*
24+
Include %home%/%user%/conf/web/httpd.%domain%.conf*
2525

2626
</VirtualHost>
2727

install/vst-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tools="screen mc libpng libjpeg curl curl libmcrypt libmcrypt mhash mhash
1414
freetype openssl flex libxml2 ImageMagick sqlite sqlite pcre pcre sudo bc
1515
mailx lsof ntp tar whois telnet rsync"
1616

17-
rpms="nginx httpd mod_ssl mod_ruid2 mod_extract_forwarded ftp
17+
rpms="nginx httpd mod_ssl mod_ruid2 mod_extract_forwarded mod_fcgid ftp
1818
webalizer awstats mysql mysql-server php php-bcmath php-cli php-common
1919
php-gd php-imap php-mbstring php-mcrypt php-mysql php-pdo php-soap php-tidy
2020
php-xml php-xmlrpc phpMyAdmin exim dovecot clamd spamassassin roundcubemail

0 commit comments

Comments
 (0)