[users@httpd] Environment variables not being set by php module

2018-02-20 Thread Aram Akhavan (Aram.Akhavan)
Hi, I'm trying to set an environment variable and run a program via php when the page is loaded. This command runs fine when I use the php interactive shell:///|putenv('TS_SOCKET=/tmp/test.socket'); echo exec('tsp');|/ However, if I wrap that with php tags, throw it in a .php file and acces

RE: [users@httpd] Trouble using soft link when requesting image file

2018-02-20 Thread John Cardinal
Frank Gingras wrote: > What does the error log say, exactly? Frank, Thanks for replying. I discovered the problem while gathering the log info to answer your question. I happened to notice the full URL of the referrer in the log entry, and that prompted me to wonder if HotLink Protection was t

Re: [users@httpd] Trouble using soft link when requesting image file

2018-02-20 Thread Frank Gingras
What does the error log say, exactly? On Tue, Feb 20, 2018 at 5:08 PM, John Cardinal wrote: > Environment: > WHM v68.0.29 > Apache/2.4.29 > CENTOS 7.4 > > I am trying to configure Apache to follow a symbolic link from one > account's > public_html folder to another account's public_html folder.

[users@httpd] Trouble using soft link when requesting image file

2018-02-20 Thread John Cardinal
Environment: WHM v68.0.29 Apache/2.4.29 CENTOS 7.4 I am trying to configure Apache to follow a symbolic link from one account's public_html folder to another account's public_html folder. So, if Account1 has a soft link "slink": ~account1/public_html/slink -> ~account2/public_html Given the abov

[users@httpd] CPU usage in server-status and top not matching

2018-02-20 Thread Rose, John B
Hello Trying to match high %cpu httpd processes from "top" with what they are requesting and ip addresses Any suggestions? Thanks

[users@httpd] Save the date: ApacheCon North America, September 24-27 in Montréal

2018-02-20 Thread Rich Bowen
Dear Apache Enthusiast, (You’re receiving this message because you’re subscribed to a user@ or dev@ list of one or more Apache Software Foundation projects.) We’re pleased to announce the upcoming ApacheCon [1] in Montréal, September 24-27. This event is all about you — the Apache project com

Re: [users@httpd] Apache 2.0 architecture

2018-02-20 Thread Yann Ylavic
Hi Hermant, On Tue, Feb 20, 2018 at 10:45 AM, Hemant Chaudhary wrote: > > Q1. Startup process is reading configuration two times and creating > conftree. Why do we need to read configuration script twice? Is there any > difference in conftree after first and second read of configuration script.

[users@httpd] Apache 2.0 architecture

2018-02-20 Thread Hemant Chaudhary
Hi All, While Debugging apache, I encountered with following questions. I am unable to get answers for the following questions, please help to answer them. Q1. Startup process is reading configuration two times and creating conftree. Why do we need to read configuration script twice? Is there any