Tagged Questions
1
vote
2answers
29 views
Troubles installing php with MySQL support
So I wasn't sure if this question would go best here or on Overflow or Server Fault, but decided to try here first. I'm installing LAMP on a VPS, and am running into issues configuring and building ...
2
votes
1answer
41 views
How can I monitor the load of a php script on a server?
We've got a website on our dedicated server which seems to be causing problems.
Recently it has been crashing our dedicated server - it's very annoying. It will crash at random times. The tech ...
0
votes
1answer
65 views
Getting PHP fatal errors in vTiger while logging from a normal users
I am getting the error below and notices in Apache logs when I am trying to login with any normal user on vTiger although admin user is working fine and able to see everything as expected.
Below are ...
1
vote
0answers
33 views
Securing my webserver / website [closed]
I am not sure if this is the right place to ask this question, so please feel free to re-allocate, but do let me know. Thanks
I am in the process of improving security on our web server / web site. ...
0
votes
1answer
148 views
Running MPlayer through a PHP script
I'm trying to open an MPlayer instance on my server from a PHP script (using PHP's system() function). I've looked into making mplayer a slave ( http://www.mplayerhq.hu/DOCS/tech/slave.txt ) but when ...
1
vote
2answers
124 views
Apache 2 and PHP 5 not working
I have a test.php file in the web server directory with php phpinfo(); content. When I try to execute php test.php at a shell then it executes correctly. But when I try to open the web page in a ...
5
votes
1answer
154 views
Opening port 80 but remain secure
I have a standard installation of Ubuntu 10.04, and have installed the LAMP stack so I can do some web development locally. On my router I have opened port 80 so I can develop with external services ...
0
votes
2answers
232 views
Getting PHP to work with apache to run .php files through browser
I have VPS running Debian 5.0 (I think) and I would like to get it to run PHP files. I was told it needed to be configured with Apache. I tried entering the command apt-get install apache2 php5 ...
0
votes
1answer
217 views
“Too many arguments to function” error while installing php5-pdo_mysql from ports in FreeBSD
I'm having a trouble while installing php5-pdo_mysql in my FreeBSD environment.
Everytime I trys to do /usr/ports/databases/php5-pdo_mysql make install
the console gives me this error:
...