Re: [users@httpd] Make apache2 (httpd) portable under Linux

2020-02-03 Thread Daniel Ferradal
Hello, Tha's not exactly true. You specify a default path absolute path, but you can override these values with config on startup easily. If you want to "install" apache without a default path or a relative one, I don't think that can be done. El lun., 3 feb. 2020 a las 15:30, Raf Roger () escri

Re: [users@httpd] Make apache2 (httpd) portable under Linux

2020-02-03 Thread Raf Roger
Bonjour Lucien, I already read and understood what you wrote as this is the basic steps i already read before. In fact my goal is to do something like XAMPP for linux but with the following differences: - no root permissions needed - no installation needed, just to unzip the completed stack (apach

Re: [users@httpd] Make apache2 (httpd) portable under Linux

2020-02-01 Thread Lucien Gentis
Hello Raf, Le 31/01/2020 à 22:16, Raf Roger a écrit : Hi, I work on web development using several computers (laptop, desktop) and i do not have always access to internet. While i was under Windows i had a portable LAMP server and it was great as i was just able to sync it once online, to ha

[users@httpd] Make apache2 (httpd) portable under Linux

2020-01-31 Thread Raf Roger
Hi, I work on web development using several computers (laptop, desktop) and i do not have always access to internet. While i was under Windows i had a portable LAMP server and it was great as i was just able to sync it once online, to have it on other computers. I would like to do the same under