php too slow on linux? [closed] - php

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
My php on linux server is too slow, but faster on my 127.0.0.1 (windows local host). any ideas to improve speed on linux server?
I'm doing file reading, file writing processes in my php code.

it isn't too slow use 127.0.0.1 instead Localhost
its because when we use hostname (like localhost ) the mysql client first tries this with ipv6 host name and if it failed than it fallback with ipv4

Related

Install nodejs with php exec [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I just bought a domain with some space, but my provider not supporting nodejs.
I searched a lot, how could I build it on the server, but of course, to make, I need so privileges, so now I'm stuck here.
How could I use nodejs (or other server side Javascript engine) to run javascript?
I have FTP access to the server, but nothing more.
I believe you just can't.
If your provider doesn't give privileges to do it you are stuck :(

Apache not displaying PHP [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Basically, I have installed both WAMP and XAMPP (two different times) and none of them seem to display PHP, looking on the internet it must be Apache.
I dont have world web service thing active, I don't have Skype installed, I have even changed the port to 8080 and nothing seems to work.
Anyone know what is going on?
Used localhost:8080 it seems to have solved the problem.

Configure Postfix with Virtual Mailboxes to forward to a script [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am using the Postfix MTA with a virtual configuration from MySQL for the Users and Forwardings.
Now I want some Adresses (that are dynamicaly generated, for writing via E-Mail to a Forum) to be forwarded to a php-script.
I already have tried to put the script quoted and piped as destination bit it doesn't work.
"|php -q /path/to/script.php"
But if I send a mail to that domain it says:
User “|php -q /path/to/script.php"#mydomain.tld not found

How can I run XAMPP on startup in Windows? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am using Windows 7 and xampplite 1.7.3.
One of my research gives me idea that I need to start automatically the "APACHE2" on services.msc. But when I go to my services there is no Apache2 there, no apache service at all. Please help me how to start xampp automatically as my PC gets ON.
If you check the svc box on XAMPP control panel the service should start automaticly.

How to install joomla on localhost:8080? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am running IIS and WAMP on same PC. The IIS is running on localhost and Wamp is running on localhost:8080. Now the problem is that when i strat to install joomla in WAMP, the installation is not proceeding from database configuration step. I enter the host name as localhost:8080 on database configuration step.
Fill with localhost without port number, it did on my local. I also use IIS and XAMPP (8080).

Categories