Tagged Questions
1
vote
2answers
28 views
Why does media wiki install stop?
I am building a new MediaWiki installation on a CentOS 6.4 system.
Server version: Apache/2.2.15 (Unix)
Server built: May 13 2013 22:11:16
PHP 5.3.3 (cli) (built: Feb 22 2013 02:51:11)
Copyright ...
2
votes
1answer
25 views
suexec with chrooted environment
I'm trying to get a chrooted Apache environment working running mod_fcgid with suexec.
Looking at suexec log inside jail, the wrapper scripts are being executed with no problems, however, when I look ...
0
votes
2answers
26 views
How to get Apache to use upgraded PHP
I need to upgrade to a higher version of php. My current version is 5.1.6.
So I am trying to upgrade php to version 5.3.26.
php installed just fine in /usr/local.
But at least according to ...
-2
votes
0answers
50 views
Problem with apache processus
I have some problems with my website configuration (apache2 on gentoo)
I have too many processes launched by the apache's user, here an example:
nobody 29708 0.0 0.0 36292 3496 ? S ...
0
votes
2answers
57 views
What is the best place to put php files above server root directory?
I am running a web application and I want to move a directory containing my php files above the server root directory. Where would be the best place to put them?
On my web server I rent from ...
1
vote
1answer
39 views
Executing commands with PHP: using normal user, but its home directory is /root
I'm using a custom compiled installation of Apache + PHP, listening on port 80.
Apache is configured to run as a normal user, with the proper settings User and Group of the httpd.conf file.
After ...
1
vote
2answers
65 views
Arch Linux: I get 500 error when trying to open PHP file
I get the HTTP Error 500 (Internal Server Error) error with Chrome when trying to open a simple PHP file.
I have installed Apache and PHP correctly as instructed in this article. Including the PHP ...
0
votes
1answer
57 views
Use an existing wampserver from a windows partition on linux mint
I dual boot Windows 7 and Linux Mint 14.
I have wampserver installed on Win 7 and have a couple of websites already set up there.
Is it possible to use that same installation apache/mysql/php ...
0
votes
1answer
85 views
Arch Linux: Apache just isn't interpreting the index.php files
Title is self explanatory.
I'm on Arch Linux, I installed the apache, php, php-apache and mariadb packages.
I have added the following line to the /etc/httpd/conf/httpd.conf file:
LoadModule ...
1
vote
0answers
113 views
Debian - Apache 2.2 & mod_php - memory usage
I have a memory problem with my servers (Debian 6.0) where is installed Apache httpd 2.2, mod_php and APC.
Actually it seems that httpd allocate all available memory (4GB) when is waiting too much ...
0
votes
0answers
194 views
centos 6.3 apache local network not working
I have clean installed centos, apache, mysql, php and have my php pages running fine at 192.168.1.66. I type that ip in on another computer (macbook) on the same network and get nothing. Page time ...
0
votes
1answer
286 views
Installing Ioncube loaders without issues CentOS 5.9
Seem to be having issues installing Ioncube loaders on CentOS 5.9. I followed this guide to install Ioncube:
but it's still not working on the site at all, I keep getting this error on BoxBilling, ...
0
votes
1answer
110 views
Bash config files being read in contradiction to `man bash`
While trying to determine the differences between .bashrc and .bash_profile I notice that .bashrc is never read, and that .bash_profile is only read from SSH, but not from PHP. This seems to ...
0
votes
3answers
920 views
HTTPd shows PHP code instead of executing it
My setup:
# grep php /etc/httpd/conf/httpd.conf
LoadModule php5_module modules/libphp5.so
AddType x-httpd-php .php
AddHandler php5-script .php
# grep PHP /etc/httpd/conf/httpd.conf
PHPIniDir ...
2
votes
3answers
525 views
Cannot Access Webpage from Outside LAN
I have a CentOS 6.0 web server running httpd, mysql, php, and Joomla 2.5. It has a static, public IP address. I can access the webpage (which is the Joomla management console) by IP address perfectly ...