similar to: Web server files ownership?

Displaying 20 results from an estimated 10000 matches similar to: "Web server files ownership?"

2017 Jul 07
0
Web server files ownership?
> > Since Apache is running as system user 'apache' and system group > 'apache', I thought it sensible that hosted files be owned by that process. > > # ls -l /var/www/html/ > total 24 > drwxr-x---. 3 apache apache 4096 6 juil. 09:37 default > drwxr-x---. 3 apache apache 4096 6 juil. 10:01 phpinfo > drwxr-x---. 3 apache apache 4096 6 juil. 09:41
2017 Jul 07
0
Web server files ownership?
On Friday, July 7, 2017 5:25:29 AM CDT Nicolas Kovacs wrote: > Hi, > > I have a series of websites hosted on two CentOS 7 servers, using Apache > virtual hosts. One of these servers is a "sandbox" machine, to test > things and to fiddle around. > > Since Apache is running as system user 'apache' and system group > 'apache', I thought it
2008 Apr 16
1
valid users = +group doesn't work
Hi all, I seem to be having a problem identical to this bug: https://bugzilla.samba.org/show_bug.cgi?id=3940 in Samba 3.0.28, however the bug is supposed to be fixed by now. I have a Fedora 7 box joined as a member to Windows 2003 domain. All my Windows users have accounts on the Samba machine, with the same user name in Windows and in Unix. I have a share with valid users = +group, where
2006 Aug 30
3
Ruby+Apache2.2+ProxyLoadBalance ...... +PHP??
Hi, I just realice that I can''t run php code anymore once I installed my dear mongrels (under an Apache Proxy Balancer). I''m just trying to run the clasic phpinfo() in the following file /var/rubyapp/public/phpinfo.php ... but instead of being executed the code is being displayed as plain text ... This is the ouput :)) <?PHP phpinfo(); ?> anyone can give a
2017 Feb 01
1
time zone
> Date: Tuesday, January 31, 2017 21:38:35 -0500 > From: TE Dukes <tdukes at palmettoshopper.com> > > > There have been no changes to the php.ini. Not sure how to output > phpinfo to a text file for posting. > > System Linux ts130.palmettodomains.com 3.10.0-514.6.1.el7.x86_64 > #1 SMP Wed Jan 18 13:06:36 UTC 2017 x86_64 > Build Date Nov 6 2016 00:30:05 >
2017 Feb 01
2
time zone
> Date: Tuesday, January 31, 2017 19:35:46 -0500 > From: TE Dukes <tdukes at palmettoshopper.com> > >> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of >> Richard Sent: Tuesday, January 31, 2017 6:46 PM >> >> > Date: Tuesday, January 31, 2017 18:16:36 -0500 >> > From: TE Dukes <tdukes at palmettoshopper.com> >> >
2003 Jun 27
2
Mapping User from ADS
Hi folks, I'm using Samba 3beta running on RH 8.0 and I'd like to authentificate against a Microsoft AD. This all works very well, except that not all AD User are mapped to my Unixbox! When starting getent passwd, my UnixBox shoiws just my User from passwd and some of the AD User - not all!! Looking through my User with the command wbinfo -u all AD user are shown correctly! Anybody
2017 Jan 31
1
time zone
> Date: Tuesday, January 31, 2017 16:59:32 -0500 > From: TE Dukes <tdukes at palmettoshopper.com> > > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Richard > Sent: Tuesday, January 31, 2017 4:44 PM > >> Date: Tuesday, January 31, 2017 16:02:37 -0500 >> From: TE Dukes <tdukes at palmettoshopper.com> >> >> Today, I started
2018 Jul 10
3
Certbot error CentOS 7.5
Hi All - I am running CentOS 7.5 and trying to use certbot. I am getting an error 403 forbidden on the /.well-known/acme-challenge/-CG_gSckofY5ln7TdMvoanDI1_FBRh8otQkyB0hxmoo Some searching indicated permission problems... I also noticed that the /var/www/html directory does not even have the .well-known directory in it. The /var/www/html directory was root:root I changed it to root:apache
2003 Nov 13
2
Apache leaks sensitive info in PHP phpinfo() calls
Hi, I wanted to get some opinions on this subject before I submit a PR about it. I don't know if there are any pitfalls with the 'fix' I suggested and though it best to run it past people here before submitting. If there's a better place to post this please let me know (freebsd-ports?). The send-pr output I was about to send explains everything so I'll just paste it here:
2023 Jul 07
1
Asterisk Release 20.3.1
Le 07/07/2023 à 12:49, Joshua C. Colp a écrit : > On Fri, Jul 7, 2023 at 6:40 PM Jean-Denis Girard <jd.girard at sysnux.pf > <mailto:jd.girard at sysnux.pf>> wrote: > > There seems to be a problem with the tar.gz archive on github. It's > correct on downloads.asterisk.org <http://downloads.asterisk.org>. > > > Can you be more specific?
2006 Jan 02
1
PHP not working with Mysql?
Hi, I installed MySQL via YUM on an actual CentOS coming with this great bluequartz and it seems they won&#180;t to play with each other. MySQL is working, phpinfo shows me. that it is there. Now i transfered some of my stuff and nothing works: phpmyadmin (with correct inc.php) tells me, that my php-Installation isn&#180;t correct, a little cms (Contenido) shows white pages. Mysqld.log
2017 Jan 31
2
time zone
> Date: Tuesday, January 31, 2017 18:16:36 -0500 > From: TE Dukes <tdukes at palmettoshopper.com> > >> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of >> Richard Sent: Tuesday, January 31, 2017 5:19 PM >> >> >> > Date: Tuesday, January 31, 2017 16:59:32 -0500 >> > From: TE Dukes <tdukes at palmettoshopper.com>
2016 Aug 04
1
php55w-fpm on CentOS 7: settings location
On Wed, August 3, 2016 14:19, Always Learning wrote: > > On Wed, 2016-08-03 at 13:55 -0400, Jason Welsh wrote: > >> What I do is create a php.php file on the root of my fileserver >> with >> the following >> >> <?php phpinfo() ?> > > I use a text command: php -i > > > php -i > php-i.txt echo '<?php phpinfo() ?>' | php
2006 May 09
4
ruby equivalent of phpinfo()
Is there a ruby equivalent for the phpinfo() php function that displays all the variables and environment settings ? Thanks, vasu. -- Posted via http://www.ruby-forum.com/.
2017 Jan 31
2
time zone
> Date: Tuesday, January 31, 2017 16:02:37 -0500 > From: TE Dukes <tdukes at palmettoshopper.com> > > Today, I started getting this error when trying to login to > zoneminder: > > ZoneMinder is not installed properly: php's date.timezone is not > set to a valid timezone > > Zoneminder has been running since last Wednesday when I installed > it. Today, I
2019 Jul 24
2
audit logging
Hello, I have set up audit logging and I find many entries of this type : ./auth/auth_log.c:760(log_authentication_event_human_readable) Auth: [SMB2,(null)] user [MYDOMAIN]\[MYWORKSTATION$] at [mar., 23 juil. 2019 07:49:43.486619 -03] with [NTLMv2] status [NT_STATUS_NO_SUCH_USER] workstation [MYWORKSTATION] remote host [ipv4:10.x.x.x:49472] mapped to [MYDOMAIN]\[MYWORKSTATION$]. local host
2000 Jun 16
2
Samba and DNS
Panagiotis Malakoudis wrote: > > Here is my problem. I have a slackbox running samba 2.0.6 > that uses an NT wins server. I also have a DNS on linux. > Whenever my dns failes (for some reason) hosts that have no > entry on the DNS server but are indeed found on the wins > cannot connect to the samba server. They get "The network is > busy" and the smb log files
2007 Mar 15
1
php still without mysql installing php-mysql
Am using php 5.1.6 and mysql 5.0.27 I installed php-mysql 5.1.6 from the centos repositories, I then restarted the server and on running phpinfo it still shows that mysql is not configured with php (--without-mysql), what might be wrong. The same happened after I installed php-gd too -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jun 21
2
GD Support
Hi Everyone, I am building a script for a client and my imagecreatefromjpeg() is throwing a fatal exception, and dying. It seems as my server with CentOS 4, PHP 4.3.9 doesn't have >= GD-1.8 support or better. I did a phpinfo() and I can not find any reference to GD..............Any help on this would be well appricated -- Best Regards, Jon McCauley