Re: Web server access

2025-04-05 Thread Van Snyder
On Wed, 2025-04-02 at 01:17 -0400, Timothy M Butterworth wrote: > I am able to reach The Van Snyder's Web Site using the above IP > address and URL on port 80 but not 443. I got a certificate error on > 443.  I've never before set up a secure server. I followed instructions at a web page, whose UR

Re: Web server access

2025-04-05 Thread Timothy M Butterworth
better place. > > I have a web server listening to port 80 (http) and 443 (https). > > I can load pages from it from any computer in my house, all behind the > same router, using its IP number. > > I enabled port forwarding in the DMZ in my router for ports 80 and 443. > &g

Re: Web server access

2025-04-05 Thread tomas
Cs state CRLF, though. I've been immersed in $DAYJOB, so I haven't been paying very close attention, but my impression was that the problem is solved? FWIW, my local web server, a lighttpd, responds also with a "400 Bad Request" to a "GET /" without a version. Some random

Re: Web server access SOLVED

2025-04-04 Thread Timothy M Butterworth
d my IP Tables cheat sheet. If you need any help feel free to ask. Tim > On Tue, 2025-04-01 at 18:07 -0700, Van Snyder wrote: > > Forwarded Message > *From*: jeremy ardley > > *To*: debian-user@lists.debian.org > *Subject*: Re: Web server access > *Date*

Re: OT: Re: Web server access

2025-04-03 Thread john doe
On 4/3/25 21:43, Van Snyder wrote: On Thu, 2025-04-03 at 15:16 +0200, john doe wrote: On 4/3/25 01:19, Van Snyder wrote: On Wed, 2025-04-02 at 15:24 -0400, Greg Wooledge wrote: I added port 443 only because my router converted the port 80 request to a port 443 request. I eventually worked

Re: OT: Re: Web server access

2025-04-03 Thread Van Snyder
On Thu, 2025-04-03 at 15:16 +0200, john doe wrote: > On 4/3/25 01:19, Van Snyder wrote: > > On Wed, 2025-04-02 at 15:24 -0400, Greg Wooledge wrote: > > > > > > I added port 443 only because my router converted the port 80 > > request > > to a port 443 request. I eventually worked out the reason f

OT: Re: Web server access

2025-04-03 Thread john doe
On 4/3/25 01:19, Van Snyder wrote: On Wed, 2025-04-02 at 15:24 -0400, Greg Wooledge wrote: I added port 443 only because my router converted the port 80 request to a port 443 request. I eventually worked out the reason for that was because my server had started running a firewall that blocke

Re: Web server access

2025-04-02 Thread Van Snyder
On Wed, 2025-04-02 at 15:24 -0400, Greg Wooledge wrote: > > > I got a security error too. It says the problem is that the > > certificate > > is self-signed. I have no idea what that means or how to repair it. > > *If* you want to go down this road, the simplest way is to install > one > of the "

Re: Web server access

2025-04-02 Thread Jeffrey Walton
On Wed, Apr 2, 2025 at 3:24 PM Greg Wooledge wrote: > > On Wed, Apr 02, 2025 at 12:03:32 -0700, Van Snyder wrote: > > On Wed, 2025-04-02 at 11:25 -0700, Van Snyder wrote: > > > On Wed, 2025-04-02 at 01:17 -0400, Timothy M Butterworth wrote: > > > > I am able to reach The Van Snyder's Web Site usin

Re: Web server access

2025-04-02 Thread Van Snyder
On Wed, 2025-04-02 at 11:25 -0700, Van Snyder wrote: > On Wed, 2025-04-02 at 01:17 -0400, Timothy M Butterworth wrote: > > I am able to reach The Van Snyder's Web Site using the above IP > > address and URL on port 80 but not 443. I got a certificate error > > on 443.  > > I've never before set up

Re: Web server access

2025-04-02 Thread Greg Wooledge
On Wed, Apr 02, 2025 at 12:03:32 -0700, Van Snyder wrote: > On Wed, 2025-04-02 at 11:25 -0700, Van Snyder wrote: > > On Wed, 2025-04-02 at 01:17 -0400, Timothy M Butterworth wrote: > > > I am able to reach The Van Snyder's Web Site using the above IP > > > address and URL on port 80 but not 443. I

Re: Web server access

2025-04-02 Thread Nicolas George
debian-u...@howorth.org.uk (HE12025-04-02): > Well, practically it makes no difference. If I send with or without an > HTTP version I get the same Bad Request response. And it makes no > difference whether I use HTTP/1.0 or HTTP/1.1. Does it make a difference if you send CRLF instead of LF, as Tom

Re: Web server access

2025-04-02 Thread Markus Schönhaber
Am 02.04.25 um 14:01 schrieb debian-u...@howorth.org.uk: > wrote: >> On Wed, Apr 02, 2025 at 11:04:17AM +0100, debian-u...@howorth.org.uk >> wrote: >> >> >>> GET index.html >> >> should be: >> >> GET index.html HTTP/1.0 >> >> (Strictly speaking you should close off with twice , but >> most web

Re: Web server access

2025-04-02 Thread Jeffrey Walton
On Wed, Apr 2, 2025 at 8:01 AM wrote: > > wrote: > > On Wed, Apr 02, 2025 at 11:04:17AM +0100, debian-u...@howorth.org.uk > > wrote: > > > > > > > GET index.html > > > > should be: > > > > GET index.html HTTP/1.0 > > > > (Strictly speaking you should close off with twice , but > > most web server

Re: Web server access

2025-04-02 Thread debian-user
wrote: > On Wed, Apr 02, 2025 at 11:04:17AM +0100, debian-u...@howorth.org.uk > wrote: > > > > GET index.html > > should be: > > GET index.html HTTP/1.0 > > (Strictly speaking you should close off with twice , but > most web servers are tolerant if you just send two ) > > Not sending a HTT

Re: Web server access

2025-04-02 Thread debian-user
), but not > > 47.229.8.99 (the WAN side of the router). > > OK, so just to be clear: > > 1) Your internal computer is running a web server on ports 80 and 443. > 2) Your internal computer's IP address is 192.168.1.65. > 3) Your router's external IP address is 4

Re: Web server access

2025-04-02 Thread Greg Wooledge
On Wed, Apr 02, 2025 at 13:01:10 +0100, debian-u...@howorth.org.uk wrote: > wrote: > > On Wed, Apr 02, 2025 at 11:04:17AM +0100, debian-u...@howorth.org.uk > > wrote: > > > GET index.html > > > > should be: > > > > GET index.html HTTP/1.0 > > Well, practically it makes no difference. If I sen

Re: Web server access

2025-04-02 Thread tomas
On Wed, Apr 02, 2025 at 11:04:17AM +0100, debian-u...@howorth.org.uk wrote: > GET index.html should be: GET index.html HTTP/1.0 (Strictly speaking you should close off with twice , but most web servers are tolerant if you just send two ) Not sending a HTTP version in your request /is/ a bad r

Re: Web server access SOLVED

2025-04-01 Thread Timothy M Butterworth
gt; > Tim > Sorry here is the attachment for IP version 4. > > >> On Tue, 2025-04-01 at 18:07 -0700, Van Snyder wrote: >> >> Forwarded Message >> *From*: jeremy ardley > > >> *To*: debian-user@lists.debian.org >> *Subject*: Re: Web s

Re: Web server access

2025-04-01 Thread Timothy M Butterworth
> house using 192.168.1.65 (the LAN side of the router), but not > 47.229.8.99 (the WAN side of the router). > > > OK, so just to be clear: > > 1) Your internal computer is running a web server on ports 80 and 443. > 2) Your internal computer's IP address is 192.168.

Re: Web server access SOLVED

2025-04-01 Thread Charles Curley
On Tue, 01 Apr 2025 18:19:55 -0700 Van Snyder wrote: > I disabled firewalld because I have no idea how to configure it, but > my Linksys router is running a firewall that's really easy to > configure. firewall-config for GUI operation. firewalld comes with a command line (and scriptable) tool ca

Re: Web server access SOLVED

2025-04-01 Thread Mal
is passing the external requests (DNAT) to the web server, then you will see a client connection within a packet capture on the destination web server.  Typically the webserver won't log anything before a 3-way handshake is completed and it receives a http request. Install tcpdump on your

Web server access

2025-04-01 Thread Van Snyder
This might be the wrong forum for this question, but most likely somebody can tell me a better place. I have a web server listening to port 80 (http) and 443 (https). I can load pages from it from any computer in my house, all behind the same router, using its IP number. I enabled port

Re: Web server access SOLVED

2025-04-01 Thread Van Snyder
ld. On Tue, 2025-04-01 at 18:07 -0700, Van Snyder wrote: > Forwarded Message > From: jeremy ardley > To: debian-user@lists.debian.org > Subject: Re: Web server access > Date: 04/01/2025 05:29:23 PM > > > On 2/4/25 08:21, Timothy M Butterworth wrote: >

Re: Web server access

2025-04-01 Thread Van Snyder
in my > > house using 192.168.1.65 (the LAN side of the router), but not > > 47.229.8.99 (the WAN side of the router). > > OK, so just to be clear: > > 1) Your internal computer is running a web server on ports 80 and > 443. > 2) Your internal computer's IP address is 192.168.1

Re: Web server access

2025-04-01 Thread Van Snyder
Forwarded Message From: jeremy ardley To: debian-user@lists.debian.org Subject: Re: Web server access Date: 04/01/2025 05:29:23 PM On 2/4/25 08:21, Timothy M Butterworth wrote: > > Ok so if I understand you correctly then you are attempting to port > forward 8

Re: Web server access

2025-04-01 Thread Greg Wooledge
st to be clear: 1) Your internal computer is running a web server on ports 80 and 443. 2) Your internal computer's IP address is 192.168.1.65. 3) Your router's external IP address is 47.229.8.99. 4) You've told your router to forward port 80 to 192.168.1.65 port 80. > Maybe

Re: Web server access

2025-04-01 Thread Van Snyder
On Tue, 2025-04-01 at 20:21 -0400, Timothy M Butterworth wrote: > Ok so if I understand you correctly then you are attempting to port > forward 80 and 443 through the router's WAN Wide Area Network > interface to a server located in the DMZ DeMilitarized Zone. Does the > server have Apache ACL's, I

Re: Web server access

2025-04-01 Thread jeremy ardley
On 2/4/25 08:21, Timothy M Butterworth wrote: Ok so if I understand you correctly then you are attempting to port forward 80 and 443 through the router's WAN Wide Area Network interface to a server located in the DMZ DeMilitarized Zone. Does the server have Apache ACL's, IP Tables or TCP wr

Re: Web server access

2025-04-01 Thread Timothy M Butterworth
On Tue, Apr 1, 2025 at 7:57 PM Van Snyder wrote: > This might be the wrong forum for this question, but most likely somebody > can tell me a better place. > > I have a web server listening to port 80 (http) and 443 (https). > > I can load pages from it from any computer in my

Re: Web server access

2025-04-01 Thread Van Snyder
On Tue, 2025-04-01 at 22:30 +0200, john doe wrote: > On 4/1/25 21:10, Van Snyder wrote: > > I have a web server listening to port 80 (http) and 443 (https). > > > > I can load pages from it from any computer in my house, all behind > > the > > same router, using

Re: Web server access

2025-04-01 Thread john doe
On 4/1/25 21:10, Van Snyder wrote: I have a web server listening to port 80 (http) and 443 (https). I can load pages from it from any computer in my house, all behind the same router, using its IP number. I enabled port forwarding in the DMZ in my router for ports 80 and 443. I can't

Re: Which web server is installed during Setup/Software Installation?

2025-02-20 Thread Dan Ritter
Jeffrey Walton wrote: > Hi Everyone, > > I need to test a Spring app on Debain 12. I'm installing Debian 12.9. > I'm at the Select Software portion of the installation. The selections > include Web Server. Spring typically uses Tomcat. > > Here is the screen ca

Re: Which web server is installed during Setup/Software Installation?

2025-02-20 Thread Jeffrey Walton
On Thu, Feb 20, 2025 at 1:37 PM Dan Ritter wrote: > > Jeffrey Walton wrote: > > Hi Everyone, > > > > I need to test a Spring app on Debain 12. I'm installing Debian 12.9. > > I'm at the Select Software portion of the installation. The selections >

Which web server is installed during Setup/Software Installation?

2025-02-20 Thread Jeffrey Walton
Hi Everyone, I need to test a Spring app on Debain 12. I'm installing Debian 12.9. I'm at the Select Software portion of the installation. The selections include Web Server. Spring typically uses Tomcat. Here is the screen capture: <https://ibb.co/5XC3QMxh>. My question is, whi

Re: wtf just happened to my local staging web server

2022-05-11 Thread Richard Hector
On 5/05/22 19:57, Stephan Seitz wrote: Am Do, Mai 05, 2022 at 09:30:42 +0200 schrieb Klaus Singvogel: I think there are more. Yes, I only know wtf as ... Yes, but such language is not permitted on this list. Richard

Re: wtf just happened to my local staging web server

2022-05-07 Thread Gary Dale
On 2022-05-05 02:37, Erwan David wrote: Le 04/05/2022 à 19:01, Gary Dale a écrit : My Apache2 file/print/web server is running Bullseye. I had to restart it yesterday evening to replace a disk drive. Otherwise the last reboot was a couple of weeks ago - I recall some updates to Jitsi - but I

Re: wtf just happened to my local staging web server

2022-05-06 Thread Gary Dale
On 2022-05-05 03:57, Stephan Seitz wrote: Am Do, Mai 05, 2022 at 09:30:42 +0200 schrieb Klaus Singvogel: I think there are more. Yes, I only know wtf as „what the fuck”. Stephan Actually, it's "what the frack" - a nod to the Battlestar Galactica TV/movie franchise, which uses frack as t

Re: wtf just happened to my local staging web server

2022-05-05 Thread Greg Wooledge
On Thu, May 05, 2022 at 08:37:04AM +0200, Erwan David wrote: > > root@TheLibrarian:~# service apache2 start > > It looks like you started it, not restart, thus the running apache is not > killed > > [...] > > > > > May 04 12:16:55 TheLibrarian systemd[1]: Starting The Apache HTTP Server... > >

Re: wtf just happened to my local staging web server

2022-05-05 Thread Brad Rogers
On Wed, 4 May 2022 19:38:35 +0100 Brian wrote: Hello Brian, >My young childre read -user. If you allow your _young_ children to read stuff online then *you* have to take responsibility for that. -- Regards _ / ) "The blindingly obvious is never immediately apparent" /

Re: wtf just happened to my local staging web server

2022-05-05 Thread Stephan Seitz
Am Do, Mai 05, 2022 at 09:30:42 +0200 schrieb Klaus Singvogel: I think there are more. Yes, I only know wtf as „what the fuck”. Stephan -- |If your life was a horse, you'd have to shoot it.|

Re: wtf just happened to my local staging web server

2022-05-05 Thread Klaus Singvogel
Greg Wooledge wrote: > On Wed, May 04, 2022 at 07:38:35PM +0100, Brian wrote: > > My young childre read -user. They asked me what "wtf" means. Please, > > explain, for the benefit of us civilised and acronymn-challenged > > users, what it stands for. > > Clearly just a really bad typo for "what".

Re: wtf just happened to my local staging web server

2022-05-04 Thread Erwan David
Le 04/05/2022 à 19:01, Gary Dale a écrit : My Apache2 file/print/web server is running Bullseye. I had to restart it yesterday evening to replace a disk drive. Otherwise the last reboot was a couple of weeks ago - I recall some updates to Jitsi - but I don't think there were any updates

Re: wtf just happened to my local staging web server

2022-05-04 Thread Claudio Kuenzler
On Wed, May 4, 2022 at 7:18 PM Gary Dale wrote: > May 04 12:16:55 TheLibrarian systemd[1]: Starting The Apache HTTP > Server... > May 04 12:16:55 TheLibrarian apachectl[7935]: (98)Address already in use: > AH00072: make_sock: could not bind to addre> > May 04 12:16:55 TheLibrarian apachectl[7935]

Re: wtf just happened to my local staging web server

2022-05-04 Thread Brian
On Wed 04 May 2022 at 14:42:15 -0400, Greg Wooledge wrote: > On Wed, May 04, 2022 at 07:38:35PM +0100, Brian wrote: > > My young childre read -user. They asked me what "wtf" means. Please, > > explain, for the benefit of us civilised and acronymn-challenged > > users, what it stands for. > > Clea

Re: wtf just happened to my local staging web server

2022-05-04 Thread Greg Wooledge
On Wed, May 04, 2022 at 07:38:35PM +0100, Brian wrote: > My young childre read -user. They asked me what "wtf" means. Please, > explain, for the benefit of us civilised and acronymn-challenged > users, what it stands for. Clearly just a really bad typo for "what".

Re: wtf just happened to my local staging web server

2022-05-04 Thread Brian
On Wed 04 May 2022 at 13:01:58 -0400, Gary Dale wrote: [...] My young childre read -user. They asked me what "wtf" means. Please, explain, for the benefit of us civilised and acronymn-challenged users, what it stands for. For extra points, knowing whether it was an essential part of your query w

Re: wtf just happened to my local staging web server

2022-05-04 Thread Gary Dale
On 2022-05-04 13:21, Greg Wooledge wrote: On Wed, May 04, 2022 at 01:01:58PM -0400, Gary Dale wrote: May 04 12:16:55 TheLibrarian systemd[1]: Starting The Apache HTTP Server... May 04 12:16:55 TheLibrarian apachectl[7935]: (98)Address already in use: AH00072: make_sock: could not bind to addre>

Re: wtf just happened to my local staging web server

2022-05-04 Thread Greg Wooledge
On Wed, May 04, 2022 at 01:01:58PM -0400, Gary Dale wrote: > May 04 12:16:55 TheLibrarian systemd[1]: Starting The Apache HTTP Server... > May 04 12:16:55 TheLibrarian apachectl[7935]: (98)Address already in use: > AH00072: make_sock: could not bind to addre> > May 04 12:16:55 TheLibrarian apachect

wtf just happened to my local staging web server

2022-05-04 Thread Gary Dale
My Apache2 file/print/web server is running Bullseye. I had to restart it yesterday evening to replace a disk drive. Otherwise the last reboot was a couple of weeks ago - I recall some updates to Jitsi - but I don't think there were any updates since then. Today I find that I can&

Re: web server for development

2020-01-18 Thread mick crane
On 2020-01-18 20:09, Russell L. Harris wrote: On Sat, Jan 18, 2020 at 07:21:43PM +0100, deloptes wrote: mick crane wrote: I scp the files to a temp directory in my home directory on the server then ssh into the server, su to root, change the permissions and ownerships of the files then move th

Re: web server for development

2020-01-18 Thread Russell L. Harris
On Sat, Jan 18, 2020 at 07:21:43PM +0100, deloptes wrote: mick crane wrote: I scp the files to a temp directory in my home directory on the server then ssh into the server, su to root, change the permissions and ownerships of the files then move them to /var/www/html/ for testing I usually con

Re: web server for development

2020-01-18 Thread deloptes
mick crane wrote: > It's a bit convoluted. > I scp the files to a temp directory in my home directory on the server > then ssh into the server, su to root, change the permissions and > ownerships of the files then move them to /var/www/html/ for testing I usually configure something meaningful in

Re: web server for development

2020-01-18 Thread mick crane
On 2020-01-09 06:16, Russell L. Harris wrote: For development of a web pages, I installed Apache2 on another machine in the LAN so that I can FTP web pages from the development machine to the web server and view the pages from the development machine. But the installation of Apache2 on Buster

Re: web server for development

2020-01-14 Thread songbird
Russell L. Harris wrote: > On Tue, Jan 14, 2020 at 07:56:41PM +0530, rajudev wrote: >> This is what I use when I am testing something on my local machine >> $ python3 -m http.server > > Thanks. Someone previously mentioned a phython server built into > hugo, but did not give details. ah, i didn

Re: web server for development

2020-01-14 Thread Russell L. Harris
On Tue, Jan 14, 2020 at 07:56:41PM +0530, rajudev wrote: This is what I use when I am testing something on my local machine $ python3 -m http.server Thanks. Someone previously mentioned a phython server built into hugo, but did not give details. This serves my need, and saves time by circumve

Re: web server for development

2020-01-14 Thread rajudev
On ९/१/२० ११:४६ म.पू., Russell L. Harris wrote: > For development of a web pages, I installed Apache2 on another machine > in the LAN so that I can FTP web pages from the development machine to > the web server and view the pages from the development machine. > > But the installa

Re: web server for development

2020-01-10 Thread Russell L. Harris
There's also sftp. It's in the openssh-client package. Thanks; I see that it is loaded, and I just printed out the man page. ... a Windows person Them's fighting words... Or mounting the directory using sshfs (which is an SFTP client) and then using your local file management tools. sshf

Re: web server for development

2020-01-10 Thread Nate Bargmann
To be honest, I'd forgotten about SSH FTP as it isn't something of the suite that I ever use. FTPS is the correct protocol that I use with Filezilla and with an automated script that uploads my weather data every five minutes to the Web host. - Nate -- "The optimist proclaims that we live in t

Re: web server for development

2020-01-10 Thread john doe
On 1/10/2020 5:52 PM, Russell L. Harris wrote: > On Fri, Jan 10, 2020 at 09:54:34AM -0500, Dan Ritter wrote: >>> ... whether rsync is an option. >> Sure, as long as you run it over ssh.  The default in Debian is to >> run rsync over ssh, but it can also be explicitly invoked that way: >> rsync -av

Re: web server for development

2020-01-10 Thread Greg Wooledge
On Fri, Jan 10, 2020 at 04:52:36PM +, Russell L. Harris wrote: > For shared hosting, Hostgator offers: > > (1) SFTP (SSH FTP, port 22) > (2) FTPS (FTP over SSL or TLS, port 21) > (3) SSH (ssh -p cpanel...@ip.add.re.ss) OK, that's quite reasonable. > Searching packages in the Debian 9 (S

Re: web server for development

2020-01-10 Thread Russell L. Harris
On Fri, Jan 10, 2020 at 09:54:34AM -0500, Dan Ritter wrote: ... whether rsync is an option. Sure, as long as you run it over ssh. The default in Debian is to run rsync over ssh, but it can also be explicitly invoked that way: rsync -av --rsh=ssh host::module /dest rsync -av -e "ssh -l ssh-user"

Re: web server for development

2020-01-10 Thread Dan Purgert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Greg Wooledge wrote: > On Fri, Jan 10, 2020 at 02:29:51PM -, Dan Purgert wrote: >> SFTP (SSH) has basically zero to do with RFC959 FTP; and provided that a >> target host already allows SSH logins, SFTP is quite likely already >> there. I'm actu

Re: web server for development

2020-01-10 Thread Dan Ritter
Russell L. Harris wrote: > > But now it seems that my first concern should be with FTP to the > server of Hostgator. And in the case of a remote shared server, I > question whether rsync is an option. Sure, as long as you run it over ssh. The default in Debian is to run rsync over ssh, but it

Re: web server for development

2020-01-10 Thread Greg Wooledge
On Fri, Jan 10, 2020 at 02:29:51PM -, Dan Purgert wrote: > SFTP (SSH) has basically zero to do with RFC959 FTP; and provided that a > target host already allows SSH logins, SFTP is quite likely already > there. I'm actually surprised a hosting party would recommend RFC-959 > FTP at all (SSL or

Re: web server for development

2020-01-10 Thread Dan Purgert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nate Bargmann wrote: > [...] > I would ask if their Web host supports Secure FTP, which is FTP using > SSL, AIUI. I use it for my Web Host updates, in fact it was recommended > by the host owner/ope

Re: web server for development

2020-01-10 Thread Greg Wooledge
On Thu, Jan 09, 2020 at 06:22:00PM -0600, Nate Bargmann wrote: > * On 2020 09 Jan 14:29 -0600, Russell L. Harris wrote: > > But now it seems that my first concern should be with FTP to the > > server of Hostgator. And in the case of a remote shared server, I > > question whether rsync is an option

Re: web server for development

2020-01-09 Thread Nate Bargmann
* On 2020 09 Jan 14:29 -0600, Russell L. Harris wrote: > But now it seems that my first concern should be with FTP to the > server of Hostgator. And in the case of a remote shared server, I > question whether rsync is an option. I would ask if their Web host supports Secure FTP, which is FTP usin

Re: web server for development

2020-01-09 Thread Russell L. Harris
kup. But that is a separate matter... Do your pages use any server side facilities like PHP or server side includes? If not, and your pages have purely static content, you can just view your pages as plain files on your local machine, no need for a web server. I understand; that would work.

Re: web server for development

2020-01-09 Thread Russell L. Harris
On Thu, Jan 09, 2020 at 01:40:49PM -0500, Dan Ritter wrote: Greg Wooledge wrote: If a web/storage provider doesn't offer at *least* SFTP access in 2020, it's time to find a new provider. https://www.hostgator.com/help/article/secure-ftp-sftp-and-ftps TL;DR: they support SFTP, which is appropr

Re: web server for development

2020-01-09 Thread Dan Ritter
Greg Wooledge wrote: > On Thu, Jan 09, 2020 at 06:29:57PM +, Russell L. Harris wrote: > > But I do have a web hosting account with Hostgator which provides > > shared hosting; and I am not aware of a mechanism other than FTP to > > get web content from here to that remote server. > > If a web

Re: web server for development

2020-01-09 Thread Greg Wooledge
On Thu, Jan 09, 2020 at 06:29:57PM +, Russell L. Harris wrote: > But I do have a web hosting account with Hostgator which provides > shared hosting; and I am not aware of a mechanism other than FTP to > get web content from here to that remote server. If a web/storage provider doesn't offer at

Re: web server for development

2020-01-09 Thread Greg Wooledge
On Thu, Jan 09, 2020 at 06:16:51AM +, Russell L. Harris wrote: > For development of a web pages, I installed Apache2 on another machine > in the LAN so that I can FTP web pages from the development machine to > the web server and view the pages from the development machine. >

Re: web server for development

2020-01-09 Thread Tixy
On Thu, 2020-01-09 at 06:16 +, Russell L. Harris wrote: > For development of a web pages, I installed Apache2 on another machine > in the LAN so that I can FTP web pages from the development machine to > the web server and view the pages from the development machine. Do your page

Re: web server for development

2020-01-08 Thread john doe
On 1/9/2020 7:16 AM, Russell L. Harris wrote: > For development of a web pages, I installed Apache2 on another machine > in the LAN so that I can FTP web pages from the development machine to > the web server and view the pages from the development machine. > > But the installatio

web server for development

2020-01-08 Thread Russell L. Harris
For development of a web pages, I installed Apache2 on another machine in the LAN so that I can FTP web pages from the development machine to the web server and view the pages from the development machine. But the installation of Apache2 on Buster serves documents from /var/www/html/, which is

Re: How to Install Awstats on a Web Server Running Debian

2016-02-01 Thread Jochen Spieker
g...@maillr.com: > > Sorry for the blast of mail messages. Some times we tend to turn to mommy > for solutions to our problems when in reality we should learn to try to > solve them on our own. :P No problem! Sometimes you just need to sit down and try writing down the question properly in order

Re: How to Install Awstats on a Web Server Running Debian

2016-01-31 Thread gc
On 2016-01-31 15:13, Jochen Spieker wrote: g...@maillr.com: On 2016-01-31 14:50, g...@maillr.com wrote: Hello, I have a web server running Debian Jessie on my web server running Apache and for the life of me I can't figure out how to install Awstats. Can anyone help with this? I&#x

Re: How to Install Awstats on a Web Server Running Debian

2016-01-31 Thread Lisi Reisz
On Sunday 31 January 2016 23:10:32 Lisi Reisz wrote: > On Sunday 31 January 2016 22:50:07 g...@maillr.com wrote: > > Hello, > > > > I have a web server running Debian Jessie on my web server running > > Apache and for the life of me I can't figure out how to inst

Re: How to Install Awstats on a Web Server Running Debian

2016-01-31 Thread Jochen Spieker
g...@maillr.com: > On 2016-01-31 14:50, g...@maillr.com wrote: >> Hello, >> >> I have a web server running Debian Jessie on my web server running >> Apache and for the life of me I can't figure out how to install >> Awstats. Can anyone help with this? I

Re: How to Install Awstats on a Web Server Running Debian

2016-01-31 Thread Lisi Reisz
On Sunday 31 January 2016 22:50:07 g...@maillr.com wrote: > Hello, > > I have a web server running Debian Jessie on my web server running > Apache and for the life of me I can't figure out how to install Awstats. > Can anyone help with this? I've been searching the web

Re: How to Install Awstats on a Web Server Running Debian

2016-01-31 Thread Jochen Spieker
g...@maillr.com: > > I have a web server running Debian Jessie on my web server running Apache > and for the life of me I can't figure out how to install Awstats. Can anyone > help with this? I've been searching the web for articles and can't seem to > come across t

Re: How to Install Awstats on a Web Server Running Debian

2016-01-31 Thread gc
On 2016-01-31 14:50, g...@maillr.com wrote: Hello, I have a web server running Debian Jessie on my web server running Apache and for the life of me I can't figure out how to install Awstats. Can anyone help with this? I've been searching the web for articles and can't seem to

How to Install Awstats on a Web Server Running Debian

2016-01-31 Thread gc
Hello, I have a web server running Debian Jessie on my web server running Apache and for the life of me I can't figure out how to install Awstats. Can anyone help with this? I've been searching the web for articles and can't seem to come across the right one that has accu

Re: default layout for web server (jessie)

2014-08-14 Thread John Bleichert
On Aug 14, 2014, at 6:56 AM, AW wrote: > On Wed, 13 Aug 2014 22:42:12 -0400 > John Bleichert wrote: > >> Apache on Debian > > Jessie = Apache 2.4 > Wheezy = Apache 2.2 > > Apache 2.4 is very different than 2.2... Many things have changed including > variable names, SSL cert configuration, an

Re: default layout for web server (jessie)

2014-08-14 Thread AW
On Wed, 13 Aug 2014 22:42:12 -0400 John Bleichert wrote: > Apache on Debian Jessie = Apache 2.4 Wheezy = Apache 2.2 Apache 2.4 is very different than 2.2... Many things have changed including variable names, SSL cert configuration, and many others... this is not a Debian thing. --Andrew --

Re: default layout for web server (jessie)

2014-08-13 Thread John Bleichert
/var/www/html/... but where is the default cgi-bin directory? I chose web-server during the software choices when installing but /var/www/ contains only ./html and /var/www/html/ contains only the default `index.html'. Apache on Debian is quite different than non-debian-derived distros

default layout for web server (jessie)

2014-08-13 Thread Harry Putnam
Last time I fiddled with setting up a web server was some 4-5 yrs ago. Things appear to have changed a bit. Can anyone point to a URL or etc that would show what a default layout might look like. Back when.. /var/www/localhost/htdocs was DocumentRoot and the default cgi-bin directory was

Re: Cherokee web server

2014-03-13 Thread Nuno Magalhães
On Thu, Mar 13, 2014 at 8:15 PM, Scott Ferguson wrote: > Try nginx, it's in the repositories and you'll find it's smaller, > lighter and faster than apache - and is capable of scaling up to the > same load capacity. +1 for nginx -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: Cherokee web server

2014-03-13 Thread Scott Ferguson
On 14/03/14 06:31, John Foster wrote: > Any one know why Cherokee was dropped from Debian. I cant find anything > past Lenny plus I need 64 bit. Apache is just getting too hard to > manage. Looking for something simple to run a single web site directly > from /var/www. With a mediawiki site there.

Re: Cherokee web server

2014-03-13 Thread Linux-Fan
On 03/13/2014 08:31 PM, John Foster wrote: > Any one know why Cherokee was dropped from Debian. I cant find anything > past Lenny plus I need 64 bit. Apache is just getting too hard to > manage. Looking for something simple to run a single web site directly > from /var/www. With a mediawiki site th

Re: Cherokee web server

2014-03-13 Thread Miles Fidelman
John Foster wrote: Any one know why Cherokee was dropped from Debian. I cant find anything past Lenny plus I need 64 bit. Apache is just getting too hard to manage. Looking for something simple to run a single web site directly from /var/www. With a mediawiki site there. Thanks john Well.. does

Cherokee web server

2014-03-13 Thread John Foster
Any one know why Cherokee was dropped from Debian. I cant find anything past Lenny plus I need 64 bit. Apache is just getting too hard to manage. Looking for something simple to run a single web site directly from /var/www. With a mediawiki site there. Thanks john -- To UNSUBSCRIBE, email to de

Debian-goodies package error (was: RE: How often to reboot a production Web server?)

2013-03-10 Thread Bonno Bloksma
Hi, >> Today I've run `apt-get update` and `apt-get upgrade` to get security fixes. >> >> It updated libc6 and some other essential packages. >> >> Should I reboot my production Web server? If yes, how often? >> > > If you install the debian-g

Re: How often to reboot a production Web server?

2013-03-08 Thread Andy Hawkins
Hi, In article <327621362615...@web6f.yandex.ru>, Victor Porton wrote: > Should I reboot my production Web server? If yes, how often? Generally, the only time you need to reboot is when there's a kernel upgrade. Andy -- To UNSUBSCRIBE, email to debian-user-requ...@li

Re: How often to reboot a production Web server?

2013-03-06 Thread Richard Hector
On 07/03/13 13:25, Victor Porton wrote: > I've setup a VPS based on Debian 6 yesterday. > > Today I've run `apt-get update` and `apt-get upgrade` to get security fixes. > > It updated libc6 and some other essential packages. > > Should I reboot my productio

Re: How often to reboot a production Web server?

2013-03-06 Thread Gary Dale
On 06/03/13 07:25 PM, Victor Porton wrote: I've setup a VPS based on Debian 6 yesterday. Today I've run `apt-get update` and `apt-get upgrade` to get security fixes. It updated libc6 and some other essential packages. Should I reboot my production Web server? If yes, how often

How often to reboot a production Web server?

2013-03-06 Thread Victor Porton
I've setup a VPS based on Debian 6 yesterday. Today I've run `apt-get update` and `apt-get upgrade` to get security fixes. It updated libc6 and some other essential packages. Should I reboot my production Web server? If yes, how often? -- Victor Porton - http://portonvictor.or

Re: Several questions regarding compiled web server (/usr/local)

2012-12-12 Thread Bob Proulx
t this in the right way. There are permissions associated with the user and permissions associated with the group. The web server process is one entity and you as a user are another. The web server can line up with the user permission and you can line up with the group permission and both can

Re: Several questions regarding compiled web server (/usr/local)

2012-12-11 Thread - -
kee (or any other software) would be access to files the service should not care about? I would be happy if you would clarify. Kind Regards - S. - Original Message - From: Bob Proulx To: debian-user@lists.debian.org Cc: Sent: Tuesday, December 11, 2012 1:41 AM Subject: Re: Several

  1   2   3   4   >