similar to: Apache/PHP Installation - opinions

Displaying 20 results from an estimated 30000 matches similar to: "Apache/PHP Installation - opinions"

2016 Apr 27
0
Apache/PHP Installation - opinions
On 26 Apr 2016 23:28, "Tim Dunphy" <bluethundr at gmail.com> wrote: > > Hey guys, > > I tend to work on small production environments for a large enterprise. > > Never more than 15 web servers for most sites. > > But most are only 3 to 5 web servers. Depends on the needs of the > client.I actually like to install Apache and PHP from source and by >
2015 Mar 24
5
can't do a yum install of apache C7
Hey all, I'm logged into a CentOS 7 box and trying to install apache. Not having any luck, as it's not being found. Which is odd, because I have the right repos enabled: [root at hadoop1:/etc/yum.repos.d] #cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.0 (Maipo) [root at hadoop1:/etc/yum.repos.d] #yum repolist Loaded plugins: amazon-id, rhui-lb repo id
2015 Jan 22
2
SELinux permissions for apache
> > The easiest answer is to edit the Selinux config file. By default it is > set to enforce, which really locks it down. > cd /etc/selinux > edit the config file and change SELUNIX=enforcing to SELUNIX=permissive > Save the file and restart httpd, you should be fine.. Yeah dude, exactly. Except I actually do want to start using it. I've been disabling SELINUX forever
2016 Apr 26
0
Apache/PHP Installation - opinions
On 4/26/2016 3:27 PM, Tim Dunphy wrote: > I like to use the latest, stable versions of apache and php for my > clients without having to create a custom RPM every time a new version > comes out. > > So what I'd like to know is it better in your opinion to install from > repos than to install by source as a best practice? Is it always > better to use puppet, chef, ansible
2015 Jan 22
2
SELinux permissions for apache
Hey Jeremy, > Have you tried changing the folder where it's writing into with these > lables? httpd_sys_content_rw_t or httpd_user_content_rw_t Adding 'rw' to the command did the trick. I tried httpd_sys_content_rw_t and that works fine! Thanks for the tip! Tim On Thu, Jan 22, 2015 at 1:19 PM, Jeremy Hoel <jthoel at gmail.com> wrote: > Have you tried changing
2015 Jan 22
2
SELinux permissions for apache
Hey all, I have a simple php app working that writes some info to a text file. The app will only work correctly if SELinux is disabled. If it's enabled and try to use the app, it fails. It seems that SELinux is denying the app ability to write to the text file. So I tried running the following command: chcon -R -t httpd_sys_content_t /var/www And tried veriying the command with the
2015 Aug 27
4
apache mysterious 404 error
Hey Rodrigo, Thanks for your reply. Well those errors are pulled from the Chrome developer tools. I notice if I do a GET on that file using both all lower case as well as the upper case that's in the URL I get the same result: [root at aozwsls00019la apache2]# GET http://stage.theshopatmycompanystudios.com/mycopmanyStore/images/altImg.png <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML
2014 Nov 04
2
Apache server-status file not found
Hi All, I tried enabling server-status on this one server. I used the same server-status definition that we normally do around here. It usually works. But this time it isn't. What happens is that when I do a GET on server-status and the IP, it results in a file not found error. [root at 224432-27 apache2]# GET http://$(hostname -i)/server-status <!DOCTYPE HTML PUBLIC "-//IETF//DTD
2014 Mar 03
2
weird apache issue
Hey all, I'm having a little bit of a weird issue on my web host. I was just wondering if anyone's seen anything like this before. The problem is that you can't seem to restart apache via the stock init script that comes with apache: [root at beta:~] #service httpd restart Stopping httpd: [FAILED] Starting httpd: [Mon Mar 03 11:21:14 2014]
2016 May 12
8
Suggestions for Config Management Tool
Hi, we see a growing need for a better Configuration management for our servers. Are there any known good resources for a comparison of e.g. Puppet, Chef, Ansible etc? What would you suggest and why? :) Thanks and Regards . G?tz
2015 Aug 27
7
apache mysterious 404 error
Hey guys, Just have a question about apache. Hoping to get an opinion on this. I've just setup a site under apache 2.4. And made sure that the document root setup in the vhost for the site I'm serving has permissions for the apache user. Yet some of the files are throwing a 404 error in a browser even tho they are clearly present and accounted for on the file system. For example,
2015 Aug 28
4
apache mysterious 404 error
Hey guys, Sorry for the failed attempts at obscuring the company I work for. My boss wouldn't take too kindly to it if I revealed that information on a mailing list. :) So anyway, I realized that capitalization might be the problem. So I renamed the directory to match what was in the URL. That didn't solve the problem. However I noticed this message turning up in the logs: [Fri Aug 28
2015 May 19
1
Upgrading to CentOS 7
On Tue, May 19, 2015 at 09:25:30AM -0500, Jim Perrin wrote: > If you have a good config management environment set up, rolling out a > new build to replace older systems is much easier than walking through > an update on each system. I really recommend people use ansible, chef, > puppet.. whatever they're comfortable with to do some basic automation. Just do lots of testing, first
2016 May 12
2
Suggestions for Config Management Tool
On 12/05/16 10:21, James Hogarth wrote: > On 12 May 2016 at 08:22, G?tz Reinicke - IT Koordinator < > goetz.reinicke at filmakademie.de> wrote: > >> Hi, >> >> we see a growing need for a better Configuration management for our >> servers. >> >> Are there any known good resources for a comparison of e.g. Puppet, >> Chef, Ansible etc?
2014 Jun 10
1
apache server-status permission denied
Hey all, I'm having a slightly weird issue with apache server-status on just one of my nodes. In my httpd.conf I have the following: <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 10.10.160 </Location> If I do a ps grep I know that I'm using the right config: [root at webhosta apache2]# ps -ef |
2015 Jan 20
2
Kickstarting several *different* setups
On 01/20/2015 08:41 AM, Tom Grace wrote: > I would suggest that the "right way" would be to kickstart all your > machines the same way, and then use a configuration management tool > (like Puppet or Chef) to customize them Seconded. Personally, I recommend either ansible or bcfg2 over other tools. Puppet has a larger user base, but when I talk to users at conferences (such
2011 Mar 24
6
run stages in puppet 2.6
hello guys, I am trying to incorporate run stages into my puppet setup. I''ve been working with this for a few days and I haven''t quite got the hang of it yet... When I attempt my puppet run this is the error I see: ------------------------------------------------ [root@chromews21 ~]# puppetd -t err: Could not retrieve catalog from remote server: Error 400 on SERVER:
2011 Mar 15
5
apache service start problem
hello list!! I have developed a custom apache module for my company that setups up our own particular config of httpd and php in order to run our sites.. However, there is one wrinkle. It take two puppet runs to start the httpd service with this module and we''d like to get that down to one run! The reason seems to be that we have our own custom ssl vhost conf that we use called
2012 Jun 21
4
basic auth fails
Hello, I've setup apache basic auth on by web server to protect my nagios site. It's been working just fine, but suddenly it stopped accepting passwords even tho they are being typed in correctly. I was wondering if I could get some advice on how to troubleshoot this? I'm on a centos 5.4 machine Linux 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:34:28 EST 2008 x86_64 x86_64 x86_64
2015 Aug 28
2
camgirl spam on the list
Hey Fabian, Here's the headers for one of the spam responses I got from the list: from:Tracy <tracy12614 at safeloves.com>reply-to:tracy12614 at safeloves.com to:Tim Dunphy <bluethundr at gmail.com> date:Fri, Aug 28, 2015 at 2:19 PMsubject:Re: [CentOS] apache mysterious 404 errormailed-by:safeloves.comsigned-by:safeloves.com:Important mainly because it was sent directly to you.