The apache web server.
1
vote
2answers
24 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 ...
3
votes
1answer
36 views
Configuring Apache to Require a Client Certificate
I want to implement mutual authentication (two - way ) with apache web server.
References :
1.Failed to sign CSR with the CA root key
2.Firefox error message when adding client certificate ...
0
votes
0answers
38 views
Apache won't read file which are being actively written
I want to show a log via a webpage. Every 0.5 seconds a script replaces the data in the log with the newest measurements. When this script is running and updating the file I cannot see the file in the ...
0
votes
1answer
17 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 ...
2
votes
2answers
40 views
Ubuntu Bash - Changing permissions to user files for automating Apache VirtualHost creation
Moved here from AskUbuntu
I currently have a small Ubuntu Server 12.04 machine (test environment) with about 3 non-root users created. Each user has their own public_html directory under their ...
0
votes
1answer
43 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
1answer
21 views
See which file using postfix
I have a - what I think Malware - problem on my site. Using my server to send spam mail. When running top and SHIFT+M I get the following:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ ...
-2
votes
1answer
31 views
Looking for a yum package repository containing apache subversion
I'd like to be able to install Apache Subversion on Red Hat with yum. Can anyone recommend a package repository?
1
vote
1answer
22 views
(Ab) use Apache as a proxy
I have a publicly available Apache server. Is it possible to redirect all incoming requests (e.g. http:// publicname/test/) so that all accesses to /test/ are redirected to another server (in the ...
1
vote
0answers
51 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 ...
1
vote
0answers
50 views
Apache created files and its permissions for CentOS 6.x
In short, I have an authenticated HTTP-POST that:
posts a jpg image (created as 666 apache:www) into /directory1 (777 ftpuser:www)
creates /directory2 (created as 666 apache:www) in a 777 ...
-2
votes
2answers
56 views
Linux distrib with apache and mysql pre installed [closed]
Is there a Linux distro with apache and mysql pre installed?
I just want a light and fast installation of apache + mysql + ftp server + phpmyadmin
1
vote
0answers
34 views
403 Forbidden on Sub-Folders
I am a Linux newbie and decided to do a LAMP install to start getting more familiar with it (as our company is moving more towards nix these days). Everything went great and PHPMyAdmin, MySQL, ...
2
votes
1answer
72 views
Restrict two way SSH and Apache authentication to non-local networks
I am using Google's open-source PAM module for two-way authentication for SSH logins and certain Apache directives. It works great, however I would like to use this only when trying to log in from an ...
1
vote
1answer
96 views
Transferring Files SSH SCP Error Message: 'Stdin: is not a tty'
I am using a Macbook SSH terminal and generated RSA key pairs and uploaded remote id_rsa.pub with approved permissions. I can connect with remote Apache web server. I can create, open, move, modify ...