You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2018/03/21 16:55:21 UTC

[Bug 62205] New: rename httpd to https

https://bz.apache.org/bugzilla/show_bug.cgi?id=62205

            Bug ID: 62205
           Summary: rename httpd to https
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
          Assignee: bugs@httpd.apache.org
          Reporter: jmichae35@gmail.com
  Target Milestone: ---

please rename httpd to https (http server). that's what it's named, right?
don't want http demon on a clean system. no need to dirty it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 62205] rename httpd to https

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62205

--- Comment #2 from jmichae35@gmail.com <jm...@gmail.com> ---
ahhh, bad people deleting bug reports and closing them - a profession nowadays
with real training from backwards univerdsity.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 62205] rename httpd to https

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62205

--- Comment #4 from jmichae35@gmail.com <jm...@gmail.com> ---
not that simple. try using the methods listed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 62205] rename httpd to https

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62205

--- Comment #5 from Micha Lenk <mi...@lenk.info> ---
If the binary name is configurable at build time, this is not even a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 62205] rename httpd to https

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62205

--- Comment #3 from jmichae35@gmail.com <jm...@gmail.com> ---
ls -Rl httpd*
the project directory tree is named wrong for one.
rename httpd-* --> https-* by using find to list the directory trees and then
renaming them.
then find in files and replace httpd with https. I think it should be that
simple. to make the change safer, I would do find in files only to see what the
changes should be.

I think it's -type d, don't have access to docs right now. don't remember if
it's {} or \{\}
find dirname -name "httpd*" -exec echo '#mv {} {}' > somefile
find dirname -name "*.[ch]*" -grep -q httpd {} \; -exec echo "vi {}" \; >>
somefile
vi somefile (edit 2nd filepath on each line)
this requires editing. first command is not workabout without cut and sed I
think.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 62205] rename httpd to https

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62205

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED

--- Comment #1 from Eric Covener <co...@gmail.com> ---
I don't understand the root of the concern, but we won't change the name of the
main executable built by default, but it can be controlled by ./configure
already.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org