Thread: [Phplib-trackers] [ phplib-Bugs-471092 ] Update Quick Start
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2001-10-14 19:45:19
|
Bugs item #471092, was opened at 2001-10-14 12:45 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=471092&group_id=31885 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Update Quick Start Initial Comment: In section 1.3 of the documentation it says: VERY IMPORTANT NOTE: This is a quick installation guide to get you started if you have an installation where you control the web server, PHP interpreter and database server completely. They are not suitable for a web hosting setup where you have only limited to no control over the installation. The fact is that if you're using apache, you can use .htaccess to change practically all settings of the php.ini file: #not php.ini, but you can set php extensions AddType application/x-httpd-php .phtml .php .inc .ihtml #PHP Options (only examples) php_value auto_prepend_file local.inc php_value include_path .:/usr/local/lib/php:/home/user/www/phplib php_flag asp_tags On So as long as you have access to everything else, this isn't a problem. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=471092&group_id=31885 |
|
From: <no...@so...> - 2002-07-01 21:52:27
|
Bugs item #471092, was opened at 2001-10-14 15:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=471092&group_id=31885 >Category: docs Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Dr Tarique Sani (tarique) Summary: Update Quick Start Initial Comment: In section 1.3 of the documentation it says: VERY IMPORTANT NOTE: This is a quick installation guide to get you started if you have an installation where you control the web server, PHP interpreter and database server completely. They are not suitable for a web hosting setup where you have only limited to no control over the installation. The fact is that if you're using apache, you can use .htaccess to change practically all settings of the php.ini file: #not php.ini, but you can set php extensions AddType application/x-httpd-php .phtml .php .inc .ihtml #PHP Options (only examples) php_value auto_prepend_file local.inc php_value include_path .:/usr/local/lib/php:/home/user/www/phplib php_flag asp_tags On So as long as you have access to everything else, this isn't a problem. ---------------------------------------------------------------------- >Comment By: nathan hruby (nhruby) Date: 2002-07-01 17:52 Message: Logged In: YES user_id=19736 phplib is easier to install if you have root. I'm not seeing the bug, do you want the docs changed to reflect .htaccess instructions or would like the design changed to make something about installation easier? Making this a docs bug... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=471092&group_id=31885 |
|
From: <no...@so...> - 2002-07-01 22:26:48
|
Bugs item #471092, was opened at 2001-10-14 14:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=471092&group_id=31885 Category: docs Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Dr Tarique Sani (tarique) Summary: Update Quick Start Initial Comment: In section 1.3 of the documentation it says: VERY IMPORTANT NOTE: This is a quick installation guide to get you started if you have an installation where you control the web server, PHP interpreter and database server completely. They are not suitable for a web hosting setup where you have only limited to no control over the installation. The fact is that if you're using apache, you can use .htaccess to change practically all settings of the php.ini file: #not php.ini, but you can set php extensions AddType application/x-httpd-php .phtml .php .inc .ihtml #PHP Options (only examples) php_value auto_prepend_file local.inc php_value include_path .:/usr/local/lib/php:/home/user/www/phplib php_flag asp_tags On So as long as you have access to everything else, this isn't a problem. ---------------------------------------------------------------------- >Comment By: Layne Weathers (layne_weathers) Date: 2002-07-01 17:26 Message: Logged In: YES user_id=278685 FWIW, I'd like to see the prefered installation in the documentation be a virtual hosting environment. Each site/project has its own copy of prepend.inc and local.inc in a non-servable user-specified location (personally I use /var/www/projectname/includes where web accessible files are in /var/www/projectname/docs). ---------------------------------------------------------------------- Comment By: nathan hruby (nhruby) Date: 2002-07-01 16:52 Message: Logged In: YES user_id=19736 phplib is easier to install if you have root. I'm not seeing the bug, do you want the docs changed to reflect .htaccess instructions or would like the design changed to make something about installation easier? Making this a docs bug... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=471092&group_id=31885 |
|
From: <no...@so...> - 2002-07-02 10:50:12
|
Bugs item #471092, was opened at 2001-10-15 04:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=471092&group_id=31885 Category: docs Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Dr Tarique Sani (tarique) Summary: Update Quick Start Initial Comment: In section 1.3 of the documentation it says: VERY IMPORTANT NOTE: This is a quick installation guide to get you started if you have an installation where you control the web server, PHP interpreter and database server completely. They are not suitable for a web hosting setup where you have only limited to no control over the installation. The fact is that if you're using apache, you can use .htaccess to change practically all settings of the php.ini file: #not php.ini, but you can set php extensions AddType application/x-httpd-php .phtml .php .inc .ihtml #PHP Options (only examples) php_value auto_prepend_file local.inc php_value include_path .:/usr/local/lib/php:/home/user/www/phplib php_flag asp_tags On So as long as you have access to everything else, this isn't a problem. ---------------------------------------------------------------------- >Comment By: Dr Tarique Sani (tarique) Date: 2002-07-02 19:50 Message: Logged In: YES user_id=269695 What is the bug? The document clearly states that see the next chapter for more information! Should QuickStart section be changed to show the usage of .htaccess only - this sounds logical as most people use it in vhost env ---------------------------------------------------------------------- Comment By: Layne Weathers (layne_weathers) Date: 2002-07-02 07:26 Message: Logged In: YES user_id=278685 FWIW, I'd like to see the prefered installation in the documentation be a virtual hosting environment. Each site/project has its own copy of prepend.inc and local.inc in a non-servable user-specified location (personally I use /var/www/projectname/includes where web accessible files are in /var/www/projectname/docs). ---------------------------------------------------------------------- Comment By: nathan hruby (nhruby) Date: 2002-07-02 06:52 Message: Logged In: YES user_id=19736 phplib is easier to install if you have root. I'm not seeing the bug, do you want the docs changed to reflect .htaccess instructions or would like the design changed to make something about installation easier? Making this a docs bug... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=471092&group_id=31885 |