PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   httpd.conf file editing (http://www.photopost.com/forum/photopost-pro-how-do-i/135999-httpd-conf-file-editing.html)

Nick352 March 27th, 2008 03:15 PM

httpd.conf file editing
 
Need to know what program to use to edit this file for php safe mode. I can get to this, but cannot save with the .conf file extension.

Thanks,
Semper-Fi
Nick
Nick@kc130.com

Chuck S March 27th, 2008 03:59 PM

notepad should work fine

Nick352 March 27th, 2008 04:23 PM

Got it - ReBooted - Still on
 
Chuck,

Well I got the file edited ok, but the safe mode is still showing active in the local value of the php core. Is there another location for this problem to reside.

php.ini is corrected and httpd.conf is corrected

Thanks,
Semper-Fi
Nick
Nick@kc130.com

Chuck S March 27th, 2008 06:40 PM

You probally need to restart the server but at any rate your host should be able to assist you.

Nick352 March 30th, 2008 01:37 AM

May Have Found Error - Not Sure
 
Chuck,

I looked over my httpd.conf file, and noticed that all of the directories and website information were in the form of examples. Should this be my sites actual information?

# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *:80>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# php_admin_flag safe_mode off
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

Chuck S March 30th, 2008 11:43 AM

Again as I have posted before your web host should be able to assist you in turning off safe mode correctly for their server setup.

I would expect your apache setup to have some sort of define area for the site and yes this is where the admin flag to turn off safe mode should be. The reason I keep saying ask your host is on different servers there are many different areas where they can turn on or off directives like this as their are many sub files that get loaded per site.


All times are GMT -5. The time now is 10:00 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97