Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
ok.. weird... appears might have been a timing thing.. i get errs.. but they're all apache errs.. except -- now shows nginx... this is weird! On Sun, Nov 12, 2023 at 12:09 AM bruce wrote: > > hi... > > ok... > http://157.245.251.134 > --generates the default apache page.. > > > http://157.245.

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
hi... ok... http://157.245.251.134 --generates the default apache page.. http://157.245.251.134/wave/ --generates a 403 forbidden... from nginx!!! ok.. looks like nginx is/might be interfering with this... makes sense... another person had been modifying some things and was going to use

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
hi.. /etc/apache2# cat /etc/apache2/sites-available/wave.conf ServerAdmin f...@yahoo.com ServerName 161.35.5.174 ServerAlias temp DocumentRoot /var/www/html/wave/wave/public DirectoryIndex index.php /public/index.php #Options Indexes FollowSymLinks MultiV

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread Frank Gingras
On Sat, Nov 11, 2023 at 10:37 PM bruce wrote: > Weird > > Seems the "DocumentRoot" as displayed in > apachectl -S > AH00558: apache2: Could not reliably determine the server's fully > qualified domain name, using 127.0.1.1. Set the 'ServerName' directive > globally to suppress this message >

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
Weird Seems the "DocumentRoot" as displayed in apachectl -S AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message VirtualHost configuration: *:80 161.35.5.174

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread Frank Gingras
On Sat, Nov 11, 2023 at 9:25 PM bruce wrote: > I wasnt sure if servername is optional, or used. Since I have no > domain/server, I'm assuming I can the use the test ipAddress.. > > still testing! > > thanks > > On Sat, Nov 11, 2023 at 8:46 PM Frank Gingras wrote: > > > > > > > > On Sat, Nov 11,

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
I wasnt sure if servername is optional, or used. Since I have no domain/server, I'm assuming I can the use the test ipAddress.. still testing! thanks On Sat, Nov 11, 2023 at 8:46 PM Frank Gingras wrote: > > > > On Sat, Nov 11, 2023 at 8:41 PM bruce wrote: >> >> arrggg.. >> >> Ok. something's g

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread Frank Gingras
On Sat, Nov 11, 2023 at 8:41 PM bruce wrote: > arrggg.. > > Ok. something's going on that I'm missing.. > > I changed the wave.conf in the /etc/apache/sites-available > /etc/apache2/sites-enabled > > I actually renamed the file to wave.conf1 > I did the a2dissites *.conf as well as stopped/restar

Re: [users@httpd] Unicode Chars not working

2023-11-11 Thread Frank Gingras
On Sat, Nov 11, 2023 at 8:31 PM phunction wrote: > Seeing how it's an exact copy from the other server and the other server > is fine I would think that's more of a Apache configuration isn't it? > > The content itself does not specify a character set. > > > > Sent from my Galaxy > > > O

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
arrggg.. Ok. something's going on that I'm missing.. I changed the wave.conf in the /etc/apache/sites-available /etc/apache2/sites-enabled I actually renamed the file to wave.conf1 I did the a2dissites *.conf as well as stopped/restarted apache2 I then did apachectl -S AH00558: apache2: Could

Re: [users@httpd] Unicode Chars not working

2023-11-11 Thread phunction
Seeing how it's an exact copy from the other server and the other server is fine I would think that's more of a Apache configuration isn't it?The content itself does not specify a character set.Sent from my Galaxy Original message From: Frank Gingras Date: 2023-11-11 4:02 p.m.

Re: [users@httpd] Unicode Chars not working

2023-11-11 Thread Frank Gingras
On Sat, Nov 11, 2023 at 6:49 PM Chris me wrote: > Hi, > > I am moving my site from one server to another, both are apache 2. The > files where tarred and zipped on one linux server and copied to another > linux server. > > > > On the new server, any pages with a Unicode character is getting serve

[users@httpd] Unicode Chars not working

2023-11-11 Thread Chris me
Hi, I am moving my site from one server to another, both are apache 2. The files where tarred and zipped on one linux server and copied to another linux server. On the new server, any pages with a Unicode character is getting served with the black diamond and question mark. I enabled AddDefault

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread Frank Gingras
On Sat, Nov 11, 2023 at 6:20 PM bruce wrote: > Thanks.. > > Tried again. Same results. As far as 2.2 directives vs 2.4.. could you > clarify? > > Pretty sure this is simple.. but can't see what's missing... > > thanks > > On Sat, Nov 11, 2023 at 6:05 PM Frank Gingras wrote: > > > > > > > > On Sa

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
Thanks.. Tried again. Same results. As far as 2.2 directives vs 2.4.. could you clarify? Pretty sure this is simple.. but can't see what's missing... thanks On Sat, Nov 11, 2023 at 6:05 PM Frank Gingras wrote: > > > > On Sat, Nov 11, 2023 at 5:46 PM bruce wrote: >> >> Hi Frank!! >> >> thanks

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread Frank Gingras
On Sat, Nov 11, 2023 at 5:46 PM bruce wrote: > Hi Frank!! > > thanks for the reply. > > If you don't mind.. here's my setup > ubuntu -- apache2 > > > /etc/apache2/mods-available/alias.conf > -- > Alias /icons/ "/usr/share/apache2/ico

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
Hi Frank!! thanks for the reply. If you don't mind.. here's my setup ubuntu -- apache2 /etc/apache2/mods-available/alias.conf -- Alias /icons/ "/usr/share/apache2/icons/" #Alias /wave/ "/var/www/html/wave" Alias /wave/ "/var/www/ht

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread Frank Gingras
On Sat, Nov 11, 2023 at 5:16 PM bruce wrote: > Hi. > > Trying to set up a test http://1.2.3.4/foo > > where I have a laravel/php setup > /var/www/html/foo/foo/public <<< > > As far as I can tell, there should be an "alias.conf" -- foo.conf in the > /etc/apache2/conf-availables/alias.conf > /etc/

[users@httpd] ubuntu apache2

2023-11-11 Thread bruce
Hi. Trying to set up a test http://1.2.3.4/foo where I have a laravel/php setup /var/www/html/foo/foo/public <<< As far as I can tell, there should be an "alias.conf" -- foo.conf in the /etc/apache2/conf-availables/alias.conf /etc/apache2/sites-available/foo and the base httpd.conf I think th