Displaying 5 results from an estimated 5 matches for "php_flag".
Did you mean:
mhp_flags
2007 Sep 26
0
General question about PHP - continued with mod_python
...them to be executed on the server.
> > I can enable the safe_mode, but I have some other PHP scripts
> > which need safe_mode to be disabled.
> > Any suggestions?
> Yes. In you httpd.conf, you can include:
> <Directory "/var/www/sheep/html/tmp">
> php_flag engine off
> </Directory>
>
> Which disables php processing for the directory /var/www/sheep/html/tmp
> . You could probably just include
> php_flag engine off
> In an .htaccess in the directory in question, assuming you've set
> AllowOverride to an appropriate value...
2012 Apr 18
3
The requested URL was not found on this server
...entOS is
DocumentRoot "/var/www/html"
Following is Virtual Virtual Host under "conf.d"
Alias /cacti /var/www/html/cacti/
<Directory /var/www/html/cacti/>
DirectoryIndex index.php
Options -Indexes
AllowOverride all
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc on
php_flag track_vars on
</Directory>
if i try browsing cacti, i can login without problem. But if i try to
follow other links on the page. For example i have clicked on Graphs icon.
i see the following error.
The requested URL /graph_view.php was not found on this ser...
2007 Sep 26
2
General question about PHP
Hello,
Is that possible to disable running of PHP on certain directories?
I am running a server which provides personal homepage service. However, not
every user are familiar with security, some may upload some PHP scripts with
bugs/holes. I do not want them to be executed on the server.
I can enable the safe_mode, but I have some other PHP scripts which need
safe_mode to be disabled.
Any
2017 Aug 08
2
Troubleshooting php-fpm with apache on Centos 7
...The config of the vhost is as follows:
<VirtualHost *:80>
DocumentRoot "/var/webs/wwwgreekgeo/www"
ServerName www.greekgeo.noa.gr
ServerAdmin webmaster at noa.gr
DirectoryIndex index.php index.html index.htm
php_flag log_errors on
php_flag display_errors off
php_value error_log /var/webs/wwwgreekgeo/log/php_error_log
# php_value error_reporting 32767
# php_value error_reporting 2147483647
php_value error_reporting 6135
Redirect 301 /en.i...
2006 Jul 05
5
cacti on centos
Hi all,
I'm trying to get Cacti installed on my CentOS 4.3 x86_64 box. I've
got all of required packages installed, and created database file, and
followed all the instructions in install manual.
However, when I get login screen and use admin for username/password,
it simply redirects me straight back to login screen. Looking at
user_log table, the authentication was