Curt Hibbs
2005-Nov-17 13:58 UTC
[Instantrails-users] Fwd: InstantRails - Apache won''t start because of port conflicts
---------- Forwarded message ---------- From: Curt Hibbs <curt.hibbs at gmail.com> Date: Nov 17, 2005 7:57 AM Subject: Re: InstantRails - Apache won''t start because of port conflicts To: Frank Hale <frankhale at gmail.com> On 11/17/05, Frank Hale <frankhale at gmail.com> wrote:> > Hello, > > I''m trying out InstantRails but apache will not start because it keeps > saying something is using the web port. I''ve configured Apache to use > a different port other than 80 and it still refuses to start Apache, > same error. I tried doing a google search and looked at the FAQ but > nothing comes up. The error is listed below, it''s in my instantrails > log file. > > 17/11 08:08:14 Apache : Apache cannot be runned : another Web server > use the Web port > > If you have seen this and know how to resolve it I''d appreciate any > info you can offer. >In the main Instant Rails main menu choose "Configure >> Apache". This will bring up apache''s httpd.conf file in notepad. Then search for and change the port number specified in both the "Listen" and "Port" directives. That should do it. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051117/972a9c0c/attachment.htm
Curt Hibbs
2005-Nov-17 14:51 UTC
[Instantrails-users] Fwd: InstantRails - Apache won''t start because of port conflicts
I''m posting this to the Instant Rails mailing list. Does anybody have clue what might be going on here? Curt ---------- Forwarded message ---------- From: Frank Hale <frankhale at gmail.com> Date: Nov 17, 2005 8:12 AM Subject: Re: InstantRails - Apache won''t start because of port conflicts To: curt at hibbs.com Yeah I did that. I changed it to port 8080 since it says 80 is being used which I know it isn''t. I got the same issue. Apache will not start from InstantRails. On 11/17/05, Curt Hibbs <curt.hibbs at gmail.com> wrote:> On 11/17/05, Frank Hale <frankhale at gmail.com> wrote: > > Hello, > > > > I''m trying out InstantRails but apache will not start because it keeps > > saying something is using the web port. I''ve configured Apache to use > > a different port other than 80 and it still refuses to start Apache, > > same error. I tried doing a google search and looked at the FAQ but > > nothing comes up. The error is listed below, it''s in my instantrails > > log file. > > > > 17/11 08:08:14 Apache : Apache cannot be runned : another Web server > > use the Web port > > > > If you have seen this and know how to resolve it I''d appreciate any > > info you can offer. > > > > In the main Instant Rails main menu choose "Configure >> Apache". Thiswill> bring up apache''s httpd.conf file in notepad. Then search for and changethe> port number specified in both the "Listen" and "Port" directives. That > should do it. > > Curt >-- "This life is built on match sticks and can crumble at anytime. I''m on the top floor and I sway in the opposite direction of the wind to counter act the force of gravity." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051117/7ca5e956/attachment.htm
Will Shattuck
2005-Nov-17 21:06 UTC
[Instantrails-users] Fwd: InstantRails - Apache won''t start because of port conflicts
I got the same thing but it was because I changed only the Listen directive and not the Port. Make sure both are the same. Also, check to make sure the IIS for Windows XP/2000 is not running * Right click My Computer * Left click Manage * Expand Services and Applications. Check if Internet Information Service is there. * If it is then expand it. Expand Websites. Left click on Default Website * Then Right click Default Websit and if STOP is available to click on then IIS is running on the port InstantRails wants to use. I have a help desk app running on my windows xp box and had the same issues until i changed the port to both in the conf file. On 11/17/05, Curt Hibbs <curt.hibbs at gmail.com> wrote:> I''m posting this to the Instant Rails mailing list. Does anybody have clue > what might be going on here? > > Curt > > ---------- Forwarded message ---------- > From: Frank Hale <frankhale at gmail.com> > Date: Nov 17, 2005 8:12 AM > Subject: Re: InstantRails - Apache won''t start because of port conflicts > To: curt at hibbs.com > > Yeah I did that. I changed it to port 8080 since it says 80 is being > used which I know it isn''t. I got the same issue. Apache will not > start from InstantRails. > > > On 11/17/05, Curt Hibbs <curt.hibbs at gmail.com> wrote: > > On 11/17/05, Frank Hale < frankhale at gmail.com> wrote: > > > Hello, > > > > > > I''m trying out InstantRails but apache will not start because it keeps > > > saying something is using the web port. I''ve configured Apache to use > > > a different port other than 80 and it still refuses to start Apache, > > > same error. I tried doing a google search and looked at the FAQ but > > > nothing comes up. The error is listed below, it''s in my instantrails > > > log file. > > > > > > 17/11 08:08:14 Apache : Apache cannot be runned : another Web server > > > use the Web port > > > > > > If you have seen this and know how to resolve it I''d appreciate any > > > info you can offer. > > > > > > > In the main Instant Rails main menu choose "Configure >> Apache". This > will > > bring up apache''s httpd.conf file in notepad. Then search for and change > the > > port number specified in both the "Listen" and "Port" directives. That > > should do it. > > > > Curt > > > > > -- > "This life is built on match sticks and can crumble at anytime. I''m on > the top floor and I sway in the opposite direction of the wind to > counter act the force of gravity." > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > > >-- Will -------- Will Shattuck ( willshattuck.at.gmail.com ) Home Page: http://www.thewholeclan.com/will My Calligraphy: http://www.thewholeclan.com/will/gallery3/calligraphy When you get to your wit''s end, you''ll find God lives there.
Frank Hale
2005-Nov-17 22:56 UTC
[Instantrails-users] Fwd: InstantRails - Apache won''t start because of port conflicts
Yep did all that, InstantRails will not start Apache with the port conflict error on Win2k. If I start Apache manually and then start InstantRails it works fine. On 11/17/05, Will Shattuck <willshattuck at gmail.com> wrote:> I got the same thing but it was because I changed only the Listen > directive and not the Port. Make sure both are the same. Also, check > to make sure the IIS for Windows XP/2000 is not running > > * Right click My Computer > * Left click Manage > * Expand Services and Applications. Check if Internet Information > Service is there. > * If it is then expand it. Expand Websites. Left click on Default Website > * Then Right click Default Websit and if STOP is available to click on > then IIS is running on the port InstantRails wants to use. > > I have a help desk app running on my windows xp box and had the same > issues until i changed the port to both in the conf file. > > > > > On 11/17/05, Curt Hibbs <curt.hibbs at gmail.com> wrote: > > I''m posting this to the Instant Rails mailing list. Does anybody have clue > > what might be going on here? > > > > Curt > > > > ---------- Forwarded message ---------- > > From: Frank Hale <frankhale at gmail.com> > > Date: Nov 17, 2005 8:12 AM > > Subject: Re: InstantRails - Apache won''t start because of port conflicts > > To: curt at hibbs.com > > > > Yeah I did that. I changed it to port 8080 since it says 80 is being > > used which I know it isn''t. I got the same issue. Apache will not > > start from InstantRails. > > > > > > On 11/17/05, Curt Hibbs <curt.hibbs at gmail.com> wrote: > > > On 11/17/05, Frank Hale < frankhale at gmail.com> wrote: > > > > Hello, > > > > > > > > I''m trying out InstantRails but apache will not start because it keeps > > > > saying something is using the web port. I''ve configured Apache to use > > > > a different port other than 80 and it still refuses to start Apache, > > > > same error. I tried doing a google search and looked at the FAQ but > > > > nothing comes up. The error is listed below, it''s in my instantrails > > > > log file. > > > > > > > > 17/11 08:08:14 Apache : Apache cannot be runned : another Web server > > > > use the Web port > > > > > > > > If you have seen this and know how to resolve it I''d appreciate any > > > > info you can offer. > > > > > > > > > > In the main Instant Rails main menu choose "Configure >> Apache". This > > will > > > bring up apache''s httpd.conf file in notepad. Then search for and change > > the > > > port number specified in both the "Listen" and "Port" directives. That > > > should do it. > > > > > > Curt > > > > > > > > > -- > > "This life is built on match sticks and can crumble at anytime. I''m on > > the top floor and I sway in the opposite direction of the wind to > > counter act the force of gravity." > > > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > > > > -- > Will > -------- > Will Shattuck ( willshattuck.at.gmail.com ) > Home Page: http://www.thewholeclan.com/will > My Calligraphy: http://www.thewholeclan.com/will/gallery3/calligraphy > > When you get to your wit''s end, you''ll find God lives there. > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-- "This life is built on match sticks and can crumble at anytime. I''m on the top floor and I sway in the opposite direction of the wind to counter act the force of gravity."
Curt Hibbs
2005-Nov-17 23:18 UTC
[Instantrails-users] Fwd: InstantRails - Apache won''t start because of port conflicts
I think this is a bug in the Instant Rails manager app. I put it on my list to look at, but its going to be tough to find since I can''t reproduce the problem. Curt On 11/17/05, Frank Hale <frankhale at gmail.com> wrote:> > Yep did all that, InstantRails will not start Apache with the port > conflict error on Win2k. If I start Apache manually and then start > InstantRails it works fine. > > On 11/17/05, Will Shattuck <willshattuck at gmail.com> wrote: > > I got the same thing but it was because I changed only the Listen > > directive and not the Port. Make sure both are the same. Also, check > > to make sure the IIS for Windows XP/2000 is not running > > > > * Right click My Computer > > * Left click Manage > > * Expand Services and Applications. Check if Internet Information > > Service is there. > > * If it is then expand it. Expand Websites. Left click on Default > Website > > * Then Right click Default Websit and if STOP is available to click on > > then IIS is running on the port InstantRails wants to use. > > > > I have a help desk app running on my windows xp box and had the same > > issues until i changed the port to both in the conf file. > > > > > > > > > > On 11/17/05, Curt Hibbs <curt.hibbs at gmail.com> wrote: > > > I''m posting this to the Instant Rails mailing list. Does anybody have > clue > > > what might be going on here? > > > > > > Curt > > > > > > ---------- Forwarded message ---------- > > > From: Frank Hale <frankhale at gmail.com> > > > Date: Nov 17, 2005 8:12 AM > > > Subject: Re: InstantRails - Apache won''t start because of port > conflicts > > > To: curt at hibbs.com > > > > > > Yeah I did that. I changed it to port 8080 since it says 80 is being > > > used which I know it isn''t. I got the same issue. Apache will not > > > start from InstantRails. > > > > > > > > > On 11/17/05, Curt Hibbs <curt.hibbs at gmail.com> wrote: > > > > On 11/17/05, Frank Hale < frankhale at gmail.com> wrote: > > > > > Hello, > > > > > > > > > > I''m trying out InstantRails but apache will not start because it > keeps > > > > > saying something is using the web port. I''ve configured Apache to > use > > > > > a different port other than 80 and it still refuses to start > Apache, > > > > > same error. I tried doing a google search and looked at the FAQ > but > > > > > nothing comes up. The error is listed below, it''s in my > instantrails > > > > > log file. > > > > > > > > > > 17/11 08:08:14 Apache : Apache cannot be runned : another Web > server > > > > > use the Web port > > > > > > > > > > If you have seen this and know how to resolve it I''d appreciate > any > > > > > info you can offer. > > > > > > > > > > > > > In the main Instant Rails main menu choose "Configure >> Apache". > This > > > will > > > > bring up apache''s httpd.conf file in notepad. Then search for and > change > > > the > > > > port number specified in both the "Listen" and "Port" directives. > That > > > > should do it. > > > > > > > > Curt > > > > > > > > > > > > > -- > > > "This life is built on match sticks and can crumble at anytime. I''m on > > > the top floor and I sway in the opposite direction of the wind to > > > counter act the force of gravity." > > > > > > _______________________________________________ > > > Instantrails-users mailing list > > > Instantrails-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > > > > > > > > > > -- > > Will > > -------- > > Will Shattuck ( willshattuck.at.gmail.com<http://willshattuck.at.gmail.com>) > > Home Page: http://www.thewholeclan.com/will > > My Calligraphy: http://www.thewholeclan.com/will/gallery3/calligraphy > > > > When you get to your wit''s end, you''ll find God lives there. > > > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > -- > "This life is built on match sticks and can crumble at anytime. I''m on > the top floor and I sway in the opposite direction of the wind to > counter act the force of gravity." > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051117/cf819294/attachment-0001.htm
Eric Lund
2006-Feb-10 08:00 UTC
[Instantrails-users] Fwd: InstantRails - Apache won''t start because of port conflicts
(This thread goes back to November but I ran into a similar issue while trying to get my InstantRails v1.0 server running.) I''m setting up my server to run my legacy site in IIS on port 80 on a specific IP and run rails/apache on port 80 and a different IP on the same (Win2003) box. So I''ve jumped through all the hurdles to disable socket pooling in IIS6 but InstantRails just wouldn''t start up Apache (it said svchost.exe was using port 80, which it very well could have been, but on a different IP) So I came across this thread that Frank was able to MANUALLY start apache and the InstantRails was fine. Sure enough, I was able to manually start up Apache then fire up InstantRails and everything worked perfect! On 11/17/05, Frank Hale <frankhale at gmail.com> wrote:> > Yep did all that, InstantRails will not start Apache with the port > conflict error on Win2k. If I start Apache manually and then start > InstantRails it works fine. > > On 11/17/05, Will Shattuck <willshattuck at gmail.com> wrote: > > I got the same thing but it was because I changed only the Listen > > directive and not the Port. Make sure both are the same. Also, check > > to make sure the IIS for Windows XP/2000 is not running > > > > * Right click My Computer > > * Left click Manage > > * Expand Services and Applications. Check if Internet Information > > Service is there. > > * If it is then expand it. Expand Websites. Left click on Default > Website > > * Then Right click Default Websit and if STOP is available to click on > > then IIS is running on the port InstantRails wants to use. > > > > I have a help desk app running on my windows xp box and had the same > > issues until i changed the port to both in the conf file. > > > > > > > > > > On 11/17/05, Curt Hibbs <curt.hibbs at gmail.com> wrote: > > > I''m posting this to the Instant Rails mailing list. Does anybody have > clue > > > what might be going on here? > > > > > > Curt > > > > > > ---------- Forwarded message ---------- > > > From: Frank Hale <frankhale at gmail.com> > > > Date: Nov 17, 2005 8:12 AM > > > Subject: Re: InstantRails - Apache won''t start because of port > conflicts > > > To: curt at hibbs.com > > > > > > Yeah I did that. I changed it to port 8080 since it says 80 is being > > > used which I know it isn''t. I got the same issue. Apache will not > > > start from InstantRails. > > > > > > > > > On 11/17/05, Curt Hibbs <curt.hibbs at gmail.com> wrote: > > > > On 11/17/05, Frank Hale < frankhale at gmail.com> wrote: > > > > > Hello, > > > > > > > > > > I''m trying out InstantRails but apache will not start because it > keeps > > > > > saying something is using the web port. I''ve configured Apache to > use > > > > > a different port other than 80 and it still refuses to start > Apache, > > > > > same error. I tried doing a google search and looked at the FAQ > but > > > > > nothing comes up. The error is listed below, it''s in my > instantrails > > > > > log file. > > > > > > > > > > 17/11 08:08:14 Apache : Apache cannot be runned : another Web > server > > > > > use the Web port > > > > > > > > > > If you have seen this and know how to resolve it I''d appreciate > any > > > > > info you can offer. > > > > > > > > > > > > > In the main Instant Rails main menu choose "Configure >> Apache". > This > > > will > > > > bring up apache''s httpd.conf file in notepad. Then search for and > change > > > the > > > > port number specified in both the "Listen" and "Port" directives. > That > > > > should do it. > > > > > > > > Curt > > > > > > > > > > > > > -- > > > "This life is built on match sticks and can crumble at anytime. I''m on > > > the top floor and I sway in the opposite direction of the wind to > > > counter act the force of gravity." > > > > > > _______________________________________________ > > > Instantrails-users mailing list > > > Instantrails-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > > > > > > > > > > -- > > Will > > -------- > > Will Shattuck ( willshattuck.at.gmail.com ) > > Home Page: http://www.thewholeclan.com/will > > My Calligraphy: http://www.thewholeclan.com/will/gallery3/calligraphy > > > > When you get to your wit''s end, you''ll find God lives there. > > > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > -- > "This life is built on match sticks and can crumble at anytime. I''m on > the top floor and I sway in the opposite direction of the wind to > counter act the force of gravity." > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060210/3904c386/attachment-0001.htm
Curt Hibbs
2006-Feb-10 11:59 UTC
[Instantrails-users] Fwd: InstantRails - Apache won''t start because of port conflicts
There was a bug in Instant Rails where it will also say the Apache port is in use when it was actually the MySQL port that was in use. I thought I made a quick change to the error message to say "Apache or MySQL" port is in use, but I''ll have to double-check that. In any case, also make sure you don''t have a MySQL port conflict. Curt On 2/10/06, Eric Lund <etlund at gmail.com> wrote:> > (This thread goes back to November but I ran into a similar issue while > trying to get my InstantRails v1.0 server running.) > > I''m setting up my server to run my legacy site in IIS on port 80 on a > specific IP and run rails/apache on port 80 and a different IP on the same > (Win2003) box. So I''ve jumped through all the hurdles to disable socket > pooling in IIS6 but InstantRails just wouldn''t start up Apache (it said > svchost.exe was using port 80, which it very well could have been, but on > a different IP) > > So I came across this thread that Frank was able to MANUALLY start apache > and the InstantRails was fine. > > Sure enough, I was able to manually start up Apache then fire up > InstantRails and everything worked perfect! > > > > On 11/17/05, Frank Hale <frankhale at gmail.com> wrote: > > > > Yep did all that, InstantRails will not start Apache with the port > > conflict error on Win2k. If I start Apache manually and then start > > InstantRails it works fine. > > > > On 11/17/05, Will Shattuck < willshattuck at gmail.com> wrote: > > > I got the same thing but it was because I changed only the Listen > > > directive and not the Port. Make sure both are the same. Also, check > > > to make sure the IIS for Windows XP/2000 is not running > > > > > > * Right click My Computer > > > * Left click Manage > > > * Expand Services and Applications. Check if Internet Information > > > Service is there. > > > * If it is then expand it. Expand Websites. Left click on Default > > Website > > > * Then Right click Default Websit and if STOP is available to click on > > > then IIS is running on the port InstantRails wants to use. > > > > > > I have a help desk app running on my windows xp box and had the same > > > issues until i changed the port to both in the conf file. > > > > > > > > > > > > > > > On 11/17/05, Curt Hibbs <curt.hibbs at gmail.com> wrote: > > > > I''m posting this to the Instant Rails mailing list. Does anybody > > have clue > > > > what might be going on here? > > > > > > > > Curt > > > > > > > > ---------- Forwarded message ---------- > > > > From: Frank Hale <frankhale at gmail.com > > > > > Date: Nov 17, 2005 8:12 AM > > > > Subject: Re: InstantRails - Apache won''t start because of port > > conflicts > > > > To: curt at hibbs.com > > > > > > > > Yeah I did that. I changed it to port 8080 since it says 80 is being > > > > > > used which I know it isn''t. I got the same issue. Apache will not > > > > start from InstantRails. > > > > > > > > > > > > On 11/17/05, Curt Hibbs < curt.hibbs at gmail.com> wrote: > > > > > On 11/17/05, Frank Hale < frankhale at gmail.com> wrote: > > > > > > Hello, > > > > > > > > > > > > I''m trying out InstantRails but apache will not start because it > > keeps > > > > > > saying something is using the web port. I''ve configured Apache > > to use > > > > > > a different port other than 80 and it still refuses to start > > Apache, > > > > > > same error. I tried doing a google search and looked at the FAQ > > but > > > > > > nothing comes up. The error is listed below, it''s in my > > instantrails > > > > > > log file. > > > > > > > > > > > > 17/11 08:08:14 Apache : Apache cannot be runned : another Web > > server > > > > > > use the Web port > > > > > > > > > > > > If you have seen this and know how to resolve it I''d appreciate > > any > > > > > > info you can offer. > > > > > > > > > > > > > > > > In the main Instant Rails main menu choose "Configure >> Apache". > > This > > > > will > > > > > bring up apache''s httpd.conf file in notepad. Then search for and > > change > > > > the > > > > > port number specified in both the "Listen" and "Port" directives. > > That > > > > > should do it. > > > > > > > > > > Curt > > > > > > > > > > > > > > > > > -- > > > > "This life is built on match sticks and can crumble at anytime. I''m > > on > > > > the top floor and I sway in the opposite direction of the wind to > > > > counter act the force of gravity." > > > > > > > > _______________________________________________ > > > > Instantrails-users mailing list > > > > Instantrails-users at rubyforge.org > > > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > > > > > > > > > > > > > > > > -- > > > Will > > > -------- > > > Will Shattuck ( willshattuck.at.gmail.com ) > > > Home Page: http://www.thewholeclan.com/will > > > My Calligraphy: > > http://www.thewholeclan.com/will/gallery3/calligraphy > > > > > > When you get to your wit''s end, you''ll find God lives there. > > > > > > _______________________________________________ > > > Instantrails-users mailing list > > > Instantrails-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > > > > -- > > "This life is built on match sticks and can crumble at anytime. I''m on > > the top floor and I sway in the opposite direction of the wind to > > counter act the force of gravity." > > > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060210/67c2fb95/attachment.htm