Re: [users@httpd] Expose my server to internet

2020-01-14 Thread Padmahas Bn
atic.belltele.in (43.254.160.42) >> > >> > Additionally, attempting to telnet to either port 80 or 8080 on >> > 103.228.221.102 results in a "network hang". >> > >> > So, it would seem that that IPnumber is not publicly reachable. >> >

Re: [users@httpd] Expose my server to internet

2020-01-14 Thread Padmahas Bn
nts to the public IPnumber)? >> >> >> > Date: Tuesday, January 14, 2020 09:28:45 +0530 >> > From: Padmahas Bn >> > >> > Continued from my previous email. >> > One more interesting observation. >> > >> > I've forwarded

Re: [users@httpd] Expose my server to internet

2020-01-13 Thread Padmahas Bn
got "This site can't be reached". Any reason why this happened? Thank you, On Tue, Jan 14, 2020 at 8:52 AM Padmahas Bn wrote: > Hello @Bob Cochran, @James Moe > > Sorry for the very late reply. I was not able to work on this until > yesterday. > @Bob Cochran, I gave

Re: [users@httpd] Expose my server to internet

2020-01-13 Thread Padmahas Bn
Hello @Bob Cochran, @James Moe Sorry for the very late reply. I was not able to work on this until yesterday. @Bob Cochran, I gave right argument (my network interface name was eno1) for tcpdump and have got very long output. Below are the first few lines. And I got reply from my ISP that they won

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread Padmahas Bn
> Your box will need to be on something like 192.168.1( or 0) .50 let’s say > and in the router that ip and port should point to that ip and port > > I have all my static ip’s under 100 and dhcp is above 100 > > Hope this helps > > Richard Szajkowski > > > On J

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread Padmahas Bn
Hello Bob, Richar and Mark, Thank you for your response. *@**Bob Cochran*, Yeah, I can access port 80 form my local but not from internet. I'm trying to access my IP from mobile network (Not wifi, from data pack) Please find my comments below. > I'm not sure what you mean by "successfully logged

[users@httpd] Expose my server to internet

2019-07-03 Thread Padmahas Bn
Hello, Out of curiosity, I just want to access my server over internet. I have forwarded port 80. I have got a free domain in NoIP. In my router I've also configured the settings and successfully logged in. But when I test whether my port 80 is accessible, it's not opened. This is my home system,

Re: [users@httpd] sudo: apachectl: command not found

2015-06-29 Thread Padmahas Bn
"/usr" -D SUEXEC_BIN="/usr/bin/suexec" -D DEFAULT_PIDLOG="logs/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="con

Re: [users@httpd] sudo: apachectl: command not found

2015-03-31 Thread Padmahas Bn
; /usr/local/apache2? > In your httpd source directory, what are the contents of the config.nice > file? > > You could review the following links: > - http://httpd.apache.org/docs/2.4/install.html#configure > - http://httpd.apache.org/docs/2.4/programs/configure.html > > Tak

Re: [users@httpd] sudo: apachectl: command not found

2015-03-31 Thread Padmahas Bn
ee the following links for further options on the apachectl or httpd > commands: > - http://httpd.apache.org/docs/2.4/programs/apachectl.html > - http://httpd.apache.org/docs/2.4/programs/httpd.html > > Thanks, > > Mike Rumph > > > On 3/31/2015 3:36 AM, Padmahas Bn wrote:

Re: [users@httpd] sudo: apachectl: command not found

2015-03-31 Thread Padmahas Bn
t; See the following links for further options on the apachectl or httpd > commands: > - http://httpd.apache.org/docs/2.4/programs/apachectl.html > - http://httpd.apache.org/docs/2.4/programs/httpd.html > > Thanks, > > Mike Rumph > > > On 3/31/2015 3:36 AM, Padmahas B

[users@httpd] Only apache 2.4 installed in /usr works fine but not in "/usr/local/apache2" please help me.

2015-03-31 Thread Padmahas Bn
I noticed that apr installed without --prefix option installs apr to /usr/local by default. I also noticed apr-utils requires "--with-apr=/usr/local/apr" option to configure. And another thing is apache2.4 installed with "*--prefix=/usr*" option will install inside /usr path, merging things with

[users@httpd] sudo: apachectl: command not found

2015-03-31 Thread Padmahas Bn
*If anyone finds this as a big question please let me know. I'll precise my problem.Steps I followed:* I installed apr and apr-utils package in the path *"/usr"* using the --prefix option. Both were installed successfully. Hence I installed apache 2.4 to the same path ("/usr") using --prefix opti