Unanswered Questions
1,976 questions with no upvoted or accepted answers
5
votes
0
answers
2k
views
Ways to integrate incoming and outgoing mail webhook in Postfix
I am trying to build an application in PHP which will be able to create a Ticket whenever a new mail arrives on a specific account and whenever a reply is done for that email, the application will ...
5
votes
1
answer
2k
views
HSTS header not being sent though rule is present and mod_headers is enabled
We enabled HSTS in httpd.conf in the Virtual Host handling port 443. We tried with and without the <IfModule mod_headers.c>:
<IfModule mod_headers.c>
Header set Strict-Transport-...
4
votes
0
answers
5k
views
Why Does PHP-FPM sometimes get stuck serving old files?
I have some very simple Ubuntu server setups with NGINX passing requests for PHP files via PHP-FPM.
However, on two different servers, I've had the situation where http requests from browsers are ...
4
votes
1
answer
3k
views
Nginx: config set up to make extensionless php pages work
I am trying to set up my first website with nginx and I cannot seem to make extensionless php pages to work.
I would like my pages like /aboutme.php to appear as /aboutme or I would like to just ...
4
votes
5
answers
6k
views
Rewrite rule for nginx (Opencart)
Opencart has this URL structure:
http://example.com/index.php?route=common/home
http://example.com/index.php?route=account/register
http://example.com/index.php?route=checkout/cart
http://example.com/...
4
votes
0
answers
247
views
SQL server and PHP restart
i have Apache/PHP running on a server running windows 7 with SQL server 2008 r2 running on windows Server 2008.
When SQL is restarted Apache/php will no longer connect to SQL once it is back up ...
4
votes
1
answer
1k
views
Absolute/relative file paths affecting server load?
I was told by my hosting provider's technical people that I should be using relative file paths (/home/index.php) instead of absolute paths (http://www.example.com/index.php) to "reduce server ...
4
votes
0
answers
1k
views
Strange Apache/PHP&Perl behavior—error (70007)
I’m dealing with a particular strange situation: I have two Linux machines, one with Scientific Linux (v4.8) and one with CentOS (v6.2). On the SL machine I have a XAMPP distribution with Apache 2.2.9,...
4
votes
1
answer
2k
views
php-fpm keeps locking up
For some reason, php-fpm keeps locking up and/or hanging. It works for a little while, and then it will randomly just 'hang' for a long time upon trying to load a webpage. There's absolutely nothing ...
4
votes
1
answer
270
views
Problems restarting Apache - Curl related
I'm having a problem compiling LAMP, I have everything compiled and working, but when I try to restart apache I get the following error:
seg fault or similar nasty error detected in the parent ...
4
votes
0
answers
3k
views
php-cgi.exe and/or php5.dll crashing - PHP 5.2.17, Win2k8 & IIS7
A specific part of my PHP script crashes randomly and I'm not sure why. The only difference on this page and the rest of the pages, is that I'm doing a PDO SQLSRV call. But 80% of the time there are ...
4
votes
2
answers
2k
views
mod_headers not working for php + mod_fastcgi pages
I'm running PHP through mod_fastcgi & mod_suexec, and I added Header set X-UA-Compatible "IE=edge env=best-standards-support" to my .htaccess file. It works fine for static content, but the PHP ...
4
votes
1
answer
187
views
Apache rewrite works under FreeBSD, not under CentOS
I have 5 production servers which are running FreeBSD 9.2, but we are planning on transitioning to CentOS. Because of this, I am attempting to set up some virtual machines to emulate our production ...
4
votes
1
answer
28k
views
Soap error - failed to load external entity
I have a PHP-script which uses SoapClient that connects to an API and runs methods. It works on all the different servers I have run it on previously but when I tried it on a server I get the error:
...
3
votes
0
answers
959
views
TCP retransmission inside of docker network
Just lately our server started experiencing increased CPU usage by the php(Symfony) and mysql processes. For quite some time we been trying to find the cause and we found out that we have big amount ...