And that is the key, I don't have access to the system files, since
this is shared by 150 other departmental web sites...


"Shannon C. Dealy" <[EMAIL PROTECTED]> writes:

 % On Fri, 11 Feb 2005, John Sechrest wrote:
 % 
 % [snip]
 % >  Normally, I can quickly install drupal. To do that, I need to
 % >  have PHP + mysql installed. And PHP needs to have some specific
 % >  variables set.
 % >
 % >  Normally, I have access to the php config and can change this
 % >  at the host level.
 % >
 % >  Specificially, I need to have a php.ini file that has:
 % >
 % > session.save_handler = user
 % > session.cache_limiter = none
 % [snip]
 % >  Does anyone know how to get this kind of thing to work
 % >  when you don't have access to the config file directly?
 % 
 % I can't say for the above items specifically, but the drupal configuration
 % file ("/etc/drupal/conf.php" on Debian, if you have access to that) can be
 % used to override php configuration items by adding lines using the
 % "ini_set" command like this one to override the PHP memory limit:
 % 
 %     ini_set("memory_limit", "16M")
 % 
 % 
 % 
 % Shannon C. Dealy      |               DeaTech Research Inc.
 % [EMAIL PROTECTED]     |          - Custom Software Development -
 %                       |    Embedded Systems, Real-time, Device Drivers
 % Phone: (800) 467-5820 | Networking, Scientific & Engineering Applications
 %    or: (541) 929-4089 |                  www.deatech.com
 % 

-----
John Sechrest          .         Helping people use
                        .           computers and the Internet
                          .            more effectively
                             .                      
                                 .       Internet: [EMAIL PROTECTED]
                                      .   
                                              . http://www.peak.org/~sechrest
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to