https://www.centos.org – I just was able to fix this.Actually php exec('whoami') was working but the httpd command was not. So after allowing apache to run commands with visudo and then ##Defaults requir... [by hercent] (HowTos)
https://www.centos.org – I just was able to fix this.Actually php exec('whoami') was working but the httpd command was not. So after allowing apache to run commands with visudo and then ##Defaults requir... [by hercent] (HowTos)
http://stackoverflow.com – I have installed the wkhtml library in my fedora17 os for converting the html file into pdf.I followed the following link for this:- http://roundhere.net/journal/install-wkhtmltopdf-php-bindings/ But after installing the extension I puted the exention=phpwkhtmltox.so line into php.ini file and restart the apache server. But when I tried to execute php file then brower download that file into my (HowTos)
http://serverfault.com – I'm just wondering is it there some module which can detect certain event in access/error log and if it matches it, to send an email with information. example: I want to detect when someone makes requests like this : www.mysite.com/../../../etc/passwd or similar. I want to be informed via email when it happens. Thanks in advance. (HowTos)
http://serverfault.com – We have apache server which serves a site from public_html/site/ We would like to have a mercurial repo in the same dir, so that we could push our changes directly to the server. So far I setup a hgweb.wsgi script and I can push and pull from the repo without any problems. Problems start when I want to add an authentication. (HowTos)
http://serverfault.com – I have a website running on a Linux Debian Squeeze server with Apache 2. The website is the only one on the server and the traffic to the website is very low (800-1000 connection per day). The problem is that when I run the website on Chrome the "Wait" time is very long (1 min, 2 min) before the page is loaded. (HowTos)
http://serverfault.com – I would like to setup a personal home server, I bought a mac mini and I installed Ubuntu server on a Virtualbox machine using bridge adapter. All is fine, I can type the ip of the VM in any browser of any pc in my home network and I can see a welcome page served by Apache ("it works!"). So far so good... but now I want to be able to expose my web server to the outside world! (HowTos)
http://serverfault.com – Here is my Apache configuration, I try to use a proxy request to access to a static page hosted on AWS S3. <VirtualHost *:80> ServerName www.example.com <Proxy balancer://cluster> BalancerMember http://front1.example.com ProxySet lbmethod=bybusyness </Proxy> ProxyRequests Off ProxyPreserveHost On Pro (HowTos)
http://serverfault.com – I have setup the apache + passenger in my ec2 server. When i try http://ec2-***-***-***-**.ap-*-1.compute.amazonaws.com/ output: It works! This is the default web page for this server. The web server software is running but no content has been added, yet. Next is ec2-***-***-***-**.ap-*-1.compute.amazonaws.com is mapped to a dns, say myserver.com Now i want to run mu (HowTos)
http://unix.stackexchange.com – I am running CentOS with cPanel, which creates a custom log directory and writes the logs there. (HowTos)
http://serverfault.com – Alright, this is what I am trying to do. In apache when I go to the httpd file there is the line for including a conf file "Include conf/extra/hosts/httpd-vhosts.conf" where you can place vhosts in. Organization wise I do not appreciate this. SO, i changed Include conf/extra/httpd-vhosts.conf to Include conf/extra/hosts/*.conf which should mean it looks for any file that's a .conf. (HowTos)