ALT Linux Bugzilla
– Attachment 849 Details for
Bug 6437
mod_proxy in apache don't proxying to apache-mod_perl
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Небольшая переделка стартовых скриптов.
perlproxied.patch (text/plain), 1.56 KB, created by
solo
on 2005-04-28 22:37:51 MSD
(
hide
)
Description:
Небольшая переделка стартовых скриптов.
Filename:
MIME Type:
Creator:
solo
Created:
2005-04-28 22:37:51 MSD
Size:
1.56 KB
patch
obsolete
>Index: /etc/sysconfig/httpd >=================================================================== >--- /etc/sysconfig/httpd (revision 0) >+++ /etc/sysconfig/httpd (revision 11) >@@ -0,0 +1,5 @@ >+# If you want to force proxied: >+# for proxied Apache2 mode - you could add -DA1PROXIED >+# for proxied httpd-perl mode - you could add -DPERLPROXIED >+DEFINE="-DPERLPROXIED" >+ >Index: /etc/rc.d/init.d/httpd >=================================================================== >--- /etc/rc.d/init.d/httpd (revision 10) >+++ /etc/rc.d/init.d/httpd (revision 11) >@@ -13,6 +13,9 @@ > > # Source function library. > . /etc/init.d/functions >+if [ -f /etc/sysconfig/httpd ]; then >+ . /etc/sysconfig/httpd >+fi > > BINARY=/usr/sbin/httpd > PIDFILE=/var/run/httpd.pid >@@ -63,7 +66,7 @@ > fi > fi > start_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" \ >- --expect-user root --name libhttpd.ep -- httpd >+ --expect-user root --name libhttpd.ep -- "$BINARY" $DEFINE > RETVAL=$? > return $RETVAL > } >@@ -71,7 +74,7 @@ > stop() > { > stop_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" \ >- --expect-user root --name libhttpd.ep -- httpd >+ --expect-user root --name libhttpd.ep -- "$BINARY" $DEFINE > if [ "$1" != "nocheck" -a -f "$PERLPIDFILE" ]; then > echo "Warning: httpd-perl is running, check 'service httpd-perl extendedstatus'" > passed "httpd-perl already running" >@@ -84,7 +87,7 @@ > { > msg_reloading httpd > stop_daemon --pidfile "$PIDFILE" \ >- --expect-user root --name libhttpd.ep -HUP -- httpd >+ --expect-user root --name libhttpd.ep -HUP -- "$BINARY" $DEFINE > RETVAL=$? > return $RETVAL > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 6437
:
800
| 849